GET /api/v1/releasers/121825/productions/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "url": "https://demozoo.org/api/v1/productions/292348/?format=api",
        "demozoo_url": "https://demozoo.org/music/292348/",
        "id": 292348,
        "title": "Miami Night Cruise",
        "author_nicks": [
            {
                "name": "Kirkwood West",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/121825/?format=api",
                    "id": 121825,
                    "name": "Kirkwood West",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2021-04-04",
        "supertype": "music",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                "id": 1,
                "name": "Windows"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/32/?format=api",
                "id": 32,
                "name": "32K Executable Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "wavesabre",
            "squishy"
        ]
    }
]