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

[
    {
        "url": "https://demozoo.org/api/v1/productions/85799/?format=api",
        "demozoo_url": "https://demozoo.org/productions/85799/",
        "id": 85799,
        "title": "Flame",
        "author_nicks": [
            {
                "name": "Jeri Ellsworth",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/42861/?format=api",
                    "id": 42861,
                    "name": "Jeri Ellsworth",
                    "is_group": false
                }
            },
            {
                "name": "The Fat Man",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/42862/?format=api",
                    "id": 42862,
                    "name": "The Fat Man",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Flame",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/107970/?format=api",
                    "id": 107970,
                    "name": "Flame",
                    "is_group": true
                }
            }
        ],
        "release_date": "2008-04-05",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/62/?format=api",
                "id": 62,
                "name": "Custom Hardware"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "no-binaries",
            "fpga"
        ]
    }
]