7digital · Example Payload

Streaming Platform Playback Event Example

MusicStreamingLicensingCatalogueB2BRoyalty ReportingPublic APIs

Streaming Platform Playback Event Example is an example object payload from 7digital, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

trackIdeventTypetimestampdurationPlayed

Example Payload

Raw ↑
{
  "trackId": "123456",
  "eventType": "complete",
  "timestamp": "2026-05-28T14:30:45Z",
  "durationPlayed": 259
}