{
"type": "string",
"object": {
"uuid": "string",
"name": "string",
"isrc": {
"value": "string",
"countryCode": "string",
"countryName": "string"
},
"creditName": "string",
"artists": [
{
"uuid": "string",
"slug": "string",
"name": "string",
"appUrl": "string",
"imageUrl": "string"
}
],
"releaseDate": "2024-12-21T16:45:11+00:00",
"copyright": "string",
"appUrl": "string",
"imageUrl": "string",
"duration": 0,
"explicit": true,
"genres": [
{
"root": "string",
"sub": [
"string"
]
}
],
"composers": [
"string"
],
"producers": [
"string"
],
"labels": [
{
"name": "string",
"type": "string"
}
],
"audio": {
"acousticness": 0,
"danceability": 0,
"energy": 0,
"instrumentalness": 0,
"key": 0,
"liveness": 0,
"loudness": 0,
"mode": 0,
"speechiness": 0,
"tempo": 0,
"timeSignature": 0,
"valence": 0
},
"languageCode": "string"
},
"errors": [
{
"key": "string",
"code": 0,
"message": "string"
}
]
}