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

[
    {
        "url": "https://demozoo.org/api/v1/productions/81574/?format=api",
        "demozoo_url": "https://demozoo.org/productions/81574/",
        "id": 81574,
        "title": "The Runaway Cat",
        "author_nicks": [
            {
                "name": "David D. Stuart",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/41767/?format=api",
                    "id": 41767,
                    "name": "David D. Stuart",
                    "is_group": false
                }
            },
            {
                "name": "Ford Perfect",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/31426/?format=api",
                    "id": 31426,
                    "name": "Ford Perfect",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1988-12-30",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
                "id": 9,
                "name": "Atari ST/E"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "animation"
        ]
    }
]