No description available.
Properties
MusicBrainz artist ID URI, formatted as mbid:<uuid>
Total number of plays for this artist
View raw schema
{
"type": "object",
"properties": {
"mbid": {
"type": "string",
"format": "uri",
"description": "MusicBrainz artist ID URI, formatted as mbid:<uuid>"
},
"name": {
"type": "string",
"description": "Artist name"
},
"playCount": {
"type": "integer",
"description": "Total number of plays for this artist"
}
}
}
No description available.
Properties
MusicBrainz recording ID URI, formatted as mbid:<uuid>
Total number of plays for this recording
View raw schema
{
"type": "object",
"properties": {
"mbid": {
"type": "string",
"format": "uri",
"description": "MusicBrainz recording ID URI, formatted as mbid:<uuid>"
},
"name": {
"type": "string",
"description": "Recording/track name"
},
"playCount": {
"type": "integer",
"description": "Total number of plays for this recording"
}
}
}
No description available.
Properties
MusicBrainz release ID URI, formatted as mbid:<uuid>
Total number of plays for this release
View raw schema
{
"type": "object",
"properties": {
"mbid": {
"type": "string",
"format": "uri",
"description": "MusicBrainz release ID URI, formatted as mbid:<uuid>"
},
"name": {
"type": "string",
"description": "Release/album name"
},
"playCount": {
"type": "integer",
"description": "Total number of plays for this release"
}
}
}