Schema

{
    "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-05-18T12:01:07+00:00",
        "copyright": "string",
        "appUrl": "string",
        "imageUrl": "string",
        "duration": 0,
        "genres": [
            {
                "root": "string",
                "sub": [
                    "string"
                ]
            }
        ],
        "composers": [
            "string"
        ],
        "producers": [
            "string"
        ],
        "labels": [
            {
                "name": "string",
                "type": "string"
            }
        ],
        "audio": {
            "danceability": 0,
            "energy": 0,
            "instrumentalness": 0,
            "key": 0,
            "liveness": 0,
            "loudness": 0,
            "mode": 0,
            "speechiness": 0,
            "tempo": 0,
            "timeSignature": 0,
            "valence": 0
        }
    },
    "errors": [
        {
            "key": "string",
            "code": 0,
            "message": "string"
        }
    ]
}