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

[
    {
        "url": "https://demozoo.org/api/v1/productions/310300/?format=api",
        "demozoo_url": "https://demozoo.org/music/310300/",
        "id": 310300,
        "title": "Calypso 98",
        "author_nicks": [
            {
                "name": "Bill Gates",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/132626/?format=api",
                    "id": 132626,
                    "name": "Bill Gates",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2022-07-07",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/14/?format=api",
                "id": 14,
                "name": "Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "remix",
            "loop",
            "calypso.sid"
        ]
    }
]