GET /api/v1/releasers/73405/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/176457/?format=api",
        "demozoo_url": "https://demozoo.org/productions/176457/",
        "id": 176457,
        "title": "Borrowedplasma 1k",
        "author_nicks": [
            {
                "name": "Derrick",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/73405/?format=api",
                    "id": 73405,
                    "name": "Derrick",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Monarchy",
                "abbreviation": "MHY",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/19995/?format=api",
                    "id": 19995,
                    "name": "Monarchy",
                    "is_group": true
                }
            }
        ],
        "release_date": "2009-04-26",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/41/?format=api",
                "id": 41,
                "name": "Commodore 16/Plus 4"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/21/?format=api",
                "id": 21,
                "name": "1K Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]