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

[
    {
        "url": "https://demozoo.org/api/v1/productions/230099/?format=api",
        "demozoo_url": "https://demozoo.org/productions/230099/",
        "id": 230099,
        "title": "Outer Limits 1",
        "author_nicks": [
            {
                "name": "Twilight Zone",
                "abbreviation": "TWZ",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/110169/?format=api",
                    "id": 110169,
                    "name": "Twilight Zone",
                    "is_group": true
                }
            },
            {
                "name": "Vikings",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/105648/?format=api",
                    "id": 105648,
                    "name": "Vikings",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1991-08-01",
        "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/5/?format=api",
                "id": 5,
                "name": "Diskmag",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]