GET /api/v1/releasers/109231/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/359430/?format=api",
        "demozoo_url": "https://demozoo.org/productions/359430/",
        "id": 359430,
        "title": "Harakiri #1",
        "author_nicks": [
            {
                "name": "Harakiri Staff",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/108098/?format=api",
                    "id": 108098,
                    "name": "Harakiri Staff",
                    "is_group": true
                }
            },
            {
                "name": "Suicide",
                "abbreviation": "SUI",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/109231/?format=api",
                    "id": 109231,
                    "name": "Suicide",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1990",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/5/?format=api",
                "id": 5,
                "name": "Diskmag",
                "supertype": "production"
            }
        ],
        "tags": [
            "harakiri"
        ]
    }
]