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

[
    {
        "url": "https://demozoo.org/api/v1/productions/158927/?format=api",
        "demozoo_url": "https://demozoo.org/productions/158927/",
        "id": 158927,
        "title": "Vertical Mayhem Plus",
        "author_nicks": [
            {
                "name": "Arcane Developments",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/113063/?format=api",
                    "id": 113063,
                    "name": "Arcane Developments",
                    "is_group": true
                }
            },
            {
                "name": "Electronic Images",
                "abbreviation": "EI, E.I.",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/2383/?format=api",
                    "id": 2383,
                    "name": "Electronic Images",
                    "is_group": true
                }
            },
            {
                "name": "Kyne",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/27080/?format=api",
                    "id": 27080,
                    "name": "Kyne",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1994-10-15",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/17/?format=api",
                "id": 17,
                "name": "Atari Falcon"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            }
        ],
        "tags": [
            "tetris",
            "columns"
        ]
    }
]