Sirius XM · JSON Structure
Sirius Xm Playback Structure
Documentation of the playback data structure returned by the Pandora GraphQL API
Type: object
Properties: 0
AudioStreamingRadioMusicPodcastAdvertisingEntertainment
Sirius Xm Playback Structure is a JSON Structure definition published by Sirius XM.
Meta-schema:
JSON Structure
{
"title": "Pandora Playback Response Structure",
"description": "Documentation of the playback data structure returned by the Pandora GraphQL API",
"type": "object",
"fields": [
{
"name": "trackToken",
"type": "string",
"required": true,
"description": "Unique token for this track instance, used for feedback operations"
},
{
"name": "audioUrl",
"type": "string (URI)",
"required": true,
"description": "Streaming audio URL - subscription and device-specific"
},
{
"name": "songName",
"type": "string",
"required": true,
"description": "Track title"
},
{
"name": "artistName",
"type": "string",
"required": true,
"description": "Artist or performer name"
},
{
"name": "albumName",
"type": "string",
"required": false,
"description": "Album title"
},
{
"name": "albumArtUrl",
"type": "string (URI)",
"required": false,
"description": "Album artwork image URL"
},
{
"name": "trackLength",
"type": "integer (seconds)",
"required": false,
"description": "Track duration in seconds"
},
{
"name": "songRating",
"type": "integer (-1, 0, or 1)",
"required": false,
"description": "Current user rating: 1=thumbs up, -1=thumbs down, 0=unrated"
},
{
"name": "allowFeedback",
"type": "boolean",
"required": false,
"description": "Whether thumbs up/down feedback is allowed for this track"
},
{
"name": "allowSkip",
"type": "boolean",
"required": false,
"description": "Whether the track can be skipped (subscription dependent)"
}
]
}
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.
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/sirius-xm-playback-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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.