GET /api/v1/releasers/33295/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/56292/?format=api",
        "demozoo_url": "https://demozoo.org/productions/56292/",
        "id": 56292,
        "title": "Gløt",
        "author_nicks": [
            {
                "name": "Caf",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/33295/?format=api",
                    "id": 33295,
                    "name": "Caf",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Epidemic",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/14497/?format=api",
                    "id": 14497,
                    "name": "Epidemic",
                    "is_group": true
                }
            }
        ],
        "release_date": "2002-03-02",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                "id": 1,
                "name": "Windows"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]