Schema

{
    "related": {
        "updatedAt": "2025-04-08T21:01:37+00:00"
    },
    "items": [
        {
            "playlist": {
                "uuid": "string",
                "name": "string",
                "identifier": "string",
                "platform": "string",
                "countryCode": "string",
                "latestCrawlDate": "2025-04-08T21:01:37+00:00",
                "latestTrackCount": 0,
                "latestSubscriberCount": 0,
                "type": "string",
                "ownerName": "string",
                "trackAge": "string",
                "trackAddedPercent": 0,
                "genres": [
                    "string"
                ]
            },
            "audience": [
                {
                    "platformCode": "string",
                    "metricType": "string",
                    "total": 0,
                    "week": {
                        "volume": 0,
                        "percent": 0
                    },
                    "month": {
                        "volume": 0,
                        "percent": 0
                    },
                    "quarter": {
                        "volume": 0,
                        "percent": 0
                    }
                }
            ]
        }
    ],
    "page": {
        "offset": 0,
        "limit": 0,
        "next": "string",
        "previous": "string",
        "total": 0
    },
    "errors": [
        {
            "key": "string",
            "code": 0,
            "message": "string"
        }
    ]
}