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

[
    {
        "url": "https://demozoo.org/api/v1/productions/223526/?format=api",
        "demozoo_url": "https://demozoo.org/productions/223526/",
        "id": 223526,
        "title": "2nd Demo",
        "author_nicks": [
            {
                "name": "The Beerhunters",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/104216/?format=api",
                    "id": 104216,
                    "name": "The Beerhunters",
                    "is_group": true
                }
            },
            {
                "name": "Trax Crew 1993",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/95718/?format=api",
                    "id": 95718,
                    "name": "Trax Crew",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1988",
        "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": []
    }
]