Schema

{
    "related": {
        "updatedAt": "2025-04-02T20:44:51+00:00"
    },
    "items": [
        {
            "song": {
                "uuid": "string",
                "name": "string",
                "creditName": "string",
                "releaseDate": "2025-04-02T20:44:51+00:00"
            },
            "audience": [
                {
                    "platformCode": "string",
                    "metricType": "string",
                    "total": 0,
                    "week": {
                        "volume": 0,
                        "percent": 0
                    },
                    "month": {
                        "volume": 0,
                        "percent": 0
                    },
                    "quarter": {
                        "volume": 0,
                        "percent": 0
                    }
                }
            ],
            "popularity": [
                {
                    "platformCode": "string",
                    "metricType": "string",
                    "total": 0,
                    "week": {
                        "volume": 0,
                        "percent": 0
                    },
                    "month": {
                        "volume": 0,
                        "percent": 0
                    },
                    "quarter": {
                        "volume": 0,
                        "percent": 0
                    }
                }
            ],
            "custom": [
                {
                    "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"
        }
    ]
}