7digital · Example Payload

Streaming Platform Playlist Example

High-energy tracks for early-morning runs.

MusicStreamingLicensingCatalogueB2BRoyalty ReportingPublic APIs

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

Top-level fields

idnamedescriptionvisibilityuserIdtrackCounttrackscreatedAtmodifiedAt

Example Payload

Raw ↑
{
  "id": "playlist-789012",
  "name": "Morning Run",
  "description": "High-energy tracks for early-morning runs.",
  "visibility": "public",
  "userId": "500123",
  "trackCount": 24,
  "tracks": [
    null,
    null
  ],
  "createdAt": "2026-05-28T14:30:00Z",
  "modifiedAt": "2026-05-28T15:00:00Z"
}