7digital · Example Payload

Streaming Platform Playback Event Batch Example

MusicStreamingLicensingCatalogueB2BRoyalty ReportingPublic APIs

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

Top-level fields

events

Example Payload

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