7digital · JSON Structure

Streaming Platform Track Structure

Track schema from 7digital API

Type: object Properties: 10
MusicStreamingLicensingCatalogueB2BRoyalty ReportingPublic APIs

Track is a JSON Structure definition published by 7digital, describing 10 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id name version artist release trackNumber duration explicit isrc previewUrl

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/7digital/refs/heads/main/json-structure/streaming-platform-track-structure.json",
  "name": "Track",
  "description": "Track schema from 7digital API",
  "properties": {
    "id": {
      "type": "string",
      "example": "123456"
    },
    "name": {
      "type": "string",
      "example": "Come Together"
    },
    "version": {
      "type": "string",
      "example": "Remastered 2019"
    },
    "artist": {
      "type": "object",
      "properties": {
        "id": {
          "type": "string",
          "example": "12345"
        },
        "name": {
          "type": "string",
          "example": "The Beatles"
        },
        "url": {
          "type": "uri",
          "example": "https://uk.7digital.com/artist/the-beatles"
        },
        "image": {
          "type": "uri",
          "example": "https://artwork-cdn.7static.com/static/img/artistimages/00/000/012/0000001234_350.jpg"
        },
        "sortName": {
          "type": "string",
          "example": "Beatles, The"
        }
      }
    },
    "release": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "enum": [
            "album",
            "single",
            "ep",
            "compilation"
          ],
          "example": "album"
        },
        "id": {
          "type": "string",
          "example": "11700062"
        },
        "name": {
          "type": "string",
          "example": "Abbey Road"
        },
        "artist": {
          "type": "object",
          "properties": {
            "id": {
              "type": "string",
              "example": "12345"
            },
            "name": {
              "type": "string",
              "example": "The Beatles"
            },
            "url": {
              "type": "uri",
              "example": "https://uk.7digital.com/artist/the-beatles"
            },
            "image": {
              "type": "uri",
              "example": "https://artwork-cdn.7static.com/static/img/artistimages/00/000/012/0000001234_350.jpg"
            },
            "sortName": {
              "type": "string",
              "example": "Beatles, The"
            }
          }
        },
        "url": {
          "type": "uri",
          "example": "https://uk.7digital.com/artist/the-beatles/release/abbey-road-11700062"
        },
        "image": {
          "type": "uri",
          "example": "https://artwork-cdn.7static.com/static/img/sleeveart/00/117/000/0011700062_350.jpg"
        },
        "releaseDate": {
          "type": "date",
          "example": "1969-09-26"
        },
        "label": {
          "type": "string",
          "example": "Apple Records"
        },
        "upc": {
          "type": "string",
          "example": "00602445912025"
        },
        "explicit": {
          "type": "boolean",
          "example": false
        }
      }
    },
    "trackNumber": {
      "type": "int32",
      "example": 1
    },
    "duration": {
      "type": "int32",
      "description": "Duration in seconds.",
      "example": 259
    },
    "explicit": {
      "type": "boolean",
      "example": false
    },
    "isrc": {
      "type": "string",
      "example": "GBAYE6900477"
    },
    "previewUrl": {
      "type": "uri",
      "example": "https://previews.7digital.com/clip/123456"
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/streaming-platform-track-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.