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

[
    {
        "url": "https://demozoo.org/api/v1/productions/160368/?format=api",
        "demozoo_url": "https://demozoo.org/productions/160368/",
        "id": 160368,
        "title": "Progaming",
        "author_nicks": [
            {
                "name": "Petri Sandstrom",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/66528/?format=api",
                    "id": 66528,
                    "name": "Petri Sandstrom",
                    "is_group": false
                }
            },
            {
                "name": "Teemu Tuomi",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/66542/?format=api",
                    "id": 66542,
                    "name": "Teemu Tuomi",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2004-11-13",
        "supertype": "production",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/34/?format=api",
                "id": 34,
                "name": "Video",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]