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

[
    {
        "url": "https://demozoo.org/api/v1/productions/323230/?format=api",
        "demozoo_url": "https://demozoo.org/productions/323230/",
        "id": 323230,
        "title": "Enforce public preview v.02 alpha",
        "author_nicks": [
            {
                "name": "FiDo",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/90412/?format=api",
                    "id": 90412,
                    "name": "FiDo",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Insanity",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/81454/?format=api",
                    "id": 81454,
                    "name": "Insanity",
                    "is_group": true
                }
            }
        ],
        "release_date": "1999-04-01",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/6/?format=api",
                "id": 6,
                "name": "Amiga AGA"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]