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

[
    {
        "url": "https://demozoo.org/api/v1/productions/229804/?format=api",
        "demozoo_url": "https://demozoo.org/productions/229804/",
        "id": 229804,
        "title": "Crash of Sinners",
        "author_nicks": [
            {
                "name": "Crash",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/107419/?format=api",
                    "id": 107419,
                    "name": "Crash",
                    "is_group": true
                }
            },
            {
                "name": "Sinners",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/57139/?format=api",
                    "id": 57139,
                    "name": "Sinners",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1989",
        "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/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]