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

[
    {
        "url": "https://demozoo.org/api/v1/productions/1293/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/1293/",
        "id": 1293,
        "title": "Fish",
        "author_nicks": [
            {
                "name": "Ramjet",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/4021/?format=api",
                    "id": 4021,
                    "name": "Ramjet",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Pure Metal Coders",
                "abbreviation": "PMC",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/1113/?format=api",
                    "id": 1113,
                    "name": "Pure Metal Coders",
                    "is_group": true
                }
            }
        ],
        "release_date": "1991-09-29",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": [
            "lost"
        ]
    }
]