Get a song by its uri, MusicBrainz ID, or ISRC
Parameters
isrc
string
Optional
The International Standard Recording Code (ISRC) of the song to retrieve
mbid
string
Optional
The MusicBrainz ID of the song to retrieve
spotifyId
string
Optional
The Spotify track ID of the song to retrieve (resolved internally to the Spotify track URL)
uri
string
at-uri
Optional
The AT-URI of the song to retrieve
Output
Encoding
application/jsonTry It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"ref": "app.rocksky.song.defs#songViewDetailed",
"type": "ref"
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"uri": {
"type": "string",
"format": "at-uri",
"description": "The AT-URI of the song to retrieve"
},
"isrc": {
"type": "string",
"description": "The International Standard Recording Code (ISRC) of the song to retrieve"
},
"mbid": {
"type": "string",
"description": "The MusicBrainz ID of the song to retrieve"
},
"spotifyId": {
"type": "string",
"description": "The Spotify track ID of the song to retrieve (resolved internally to the Spotify track URL)"
}
}
},
"description": "Get a song by its uri, MusicBrainz ID, or ISRC"
}