Schema

{
    "related": {
        "artist": {
            "uuid": "string",
            "slug": "string",
            "name": "string",
            "appUrl": "string",
            "imageUrl": "string"
        },
        "platform": "string",
        "lastCrawlDate": "2024-05-18T16:41:43+00:00"
    },
    "items": [
        {
            "date": "2024-05-18T16:41:43+00:00",
            "value": 0,
            "cityPlots": [
                {
                    "date": "2024-05-18T16:41:43+00:00",
                    "value": 0,
                    "countryName": "string",
                    "countryCode": "string",
                    "region": "string",
                    "cityName": "string"
                }
            ],
            "countryPlots": [
                {
                    "date": "2024-05-18T16:41:43+00:00",
                    "value": 0,
                    "countryName": "string",
                    "countryCode": "string"
                }
            ]
        }
    ],
    "page": {
        "offset": 0,
        "limit": 0,
        "next": "string",
        "previous": "string",
        "total": 0
    },
    "errors": [
        {
            "key": "string",
            "code": 0,
            "message": "string"
        }
    ]
}