7digital · Example Payload

Streaming Platform Create Playlist Request Example

High-energy tracks for early-morning runs.

MusicStreamingLicensingCatalogueB2BRoyalty ReportingPublic APIs

Streaming Platform Create Playlist Request 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

namedescriptionvisibilitytracks

Example Payload

Raw ↑
{
  "name": "Morning Run",
  "description": "High-energy tracks for early-morning runs.",
  "visibility": "public",
  "tracks": [
    {
      "trackId": "123456",
      "title": "Come Together",
      "artist": "The Beatles",
      "source": "7digital",
      "audioUrl": "file://a.specific.file.location.mp3",
      "image": "https://artwork-cdn.7static.com/static/img/sleeveart/00/117/000/0011700062_350.jpg"
    },
    {
      "trackId": "123456",
      "title": "Come Together",
      "artist": "The Beatles",
      "source": "7digital",
      "audioUrl": "file://a.specific.file.location.mp3",
      "image": "https://artwork-cdn.7static.com/static/img/sleeveart/00/117/000/0011700062_350.jpg"
    }
  ]
}