GET /api/v1/releasers/47411/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/99941/?format=api",
        "demozoo_url": "https://demozoo.org/productions/99941/",
        "id": 99941,
        "title": "Wish We Were in Italy",
        "author_nicks": [
            {
                "name": "Barry Blitter",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/47411/?format=api",
                    "id": 47411,
                    "name": "Barry Blitter",
                    "is_group": false
                }
            },
            {
                "name": "Dominei",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/594/?format=api",
                    "id": 594,
                    "name": "Dominei",
                    "is_group": false
                }
            },
            {
                "name": "Slummy",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/463/?format=api",
                    "id": 463,
                    "name": "Slummy",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2006-07-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/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]