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

[
    {
        "url": "https://demozoo.org/api/v1/productions/378881/?format=api",
        "demozoo_url": "https://demozoo.org/productions/378881/",
        "id": 378881,
        "title": "Heresy #7",
        "author_nicks": [
            {
                "name": "Jeez",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/9606/?format=api",
                    "id": 9606,
                    "name": "Jeez",
                    "is_group": true
                }
            },
            {
                "name": "Techno Lab",
                "abbreviation": "TL",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/9065/?format=api",
                    "id": 9065,
                    "name": "Techno Lab",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2002-02-05",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/2/?format=api",
                "id": 2,
                "name": "ZX Spectrum"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/5/?format=api",
                "id": 5,
                "name": "Diskmag",
                "supertype": "production"
            }
        ],
        "tags": [
            "incomplete-credits",
            "russian-language",
            "flamewar",
            "heresy"
        ]
    }
]