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

[
    {
        "url": "https://demozoo.org/api/v1/productions/220304/?format=api",
        "demozoo_url": "https://demozoo.org/productions/220304/",
        "id": 220304,
        "title": "Eye Pack 6",
        "author_nicks": [
            {
                "name": "Fary",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/98202/?format=api",
                    "id": 98202,
                    "name": "Fary",
                    "is_group": false
                }
            },
            {
                "name": "Lord",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/11246/?format=api",
                    "id": 11246,
                    "name": "Lord",
                    "is_group": false
                }
            },
            {
                "name": "Nivek",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/82779/?format=api",
                    "id": 82779,
                    "name": "Nivek",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1993-09",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/5/?format=api",
                "id": 5,
                "name": "Amiga OCS/ECS"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/9/?format=api",
                "id": 9,
                "name": "Pack",
                "supertype": "production"
            }
        ],
        "tags": [
            "eye-pack"
        ]
    }
]