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

[
    {
        "url": "https://demozoo.org/api/v1/productions/44418/?format=api",
        "demozoo_url": "https://demozoo.org/music/44418/",
        "id": 44418,
        "title": "#76 Halt",
        "author_nicks": [
            {
                "name": "Helios Acidum",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/27650/?format=api",
                    "id": 27650,
                    "name": "Helios Acidum",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Chaos Energy Group",
                "abbreviation": "CEG",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/26799/?format=api",
                    "id": 26799,
                    "name": "Chaos Energy Group",
                    "is_group": true
                }
            }
        ],
        "release_date": "1999-08-07",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]