GET /api/v1/releasers/73164/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/175685/?format=api",
        "demozoo_url": "https://demozoo.org/productions/175685/",
        "id": 175685,
        "title": "Blockade",
        "author_nicks": [
            {
                "name": "Brutal Deluxe",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/29979/?format=api",
                    "id": 29979,
                    "name": "Brutal Deluxe",
                    "is_group": true
                }
            },
            {
                "name": "Christer ERICSON",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/73164/?format=api",
                    "id": 73164,
                    "name": "Christer ERICSON",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1995",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/57/?format=api",
                "id": 57,
                "name": "Apple II GS"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]