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

[
    {
        "url": "https://demozoo.org/api/v1/productions/96896/?format=api",
        "demozoo_url": "https://demozoo.org/productions/96896/",
        "id": 96896,
        "title": "Underwater Love",
        "author_nicks": [
            {
                "name": "Chicken",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/3396/?format=api",
                    "id": 3396,
                    "name": "Chicken",
                    "is_group": false
                }
            },
            {
                "name": "Eule!",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/35466/?format=api",
                    "id": 35466,
                    "name": "Eule!",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Fake That",
                "abbreviation": "FT",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/14939/?format=api",
                    "id": 14939,
                    "name": "Fake That",
                    "is_group": true
                }
            }
        ],
        "release_date": "1997-05-07",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/4/?format=api",
                "id": 4,
                "name": "MS-Dos"
            }
        ],
        "types": [],
        "tags": [
            "lost"
        ]
    }
]