GET /api/v1/releasers/10331/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/187096/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/187096/",
        "id": 187096,
        "title": "Lassie the Killer Collie",
        "author_nicks": [
            {
                "name": "Acorn",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/10331/?format=api",
                    "id": 10331,
                    "name": "Acorn",
                    "is_group": false
                }
            },
            {
                "name": "Mortimer Twang",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/1029/?format=api",
                    "id": 1029,
                    "name": "Mortimer Twang",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Arcade",
                "abbreviation": "A!",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/6857/?format=api",
                    "id": 6857,
                    "name": "Arcade",
                    "is_group": true
                }
            },
            {
                "name": "Low Profile",
                "abbreviation": "LP!",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5443/?format=api",
                    "id": 5443,
                    "name": "Low Profile",
                    "is_group": true
                }
            }
        ],
        "release_date": "1999-02-07",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/25/?format=api",
                "id": 25,
                "name": "ASCII Collection",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]