GET /api/v1/releasers/116119/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/282417/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/282417/",
        "id": 282417,
        "title": "Gel",
        "author_nicks": [
            {
                "name": "G.",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/116119/?format=api",
                    "id": 116119,
                    "name": "G.",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Legacy Krew",
                "abbreviation": "LGC",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/111923/?format=api",
                    "id": 111923,
                    "name": "Legacy Krew",
                    "is_group": true
                }
            }
        ],
        "release_date": "2020-08-15",
        "supertype": "graphics",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/4/?format=api",
                "id": 4,
                "name": "MS-Dos"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/24/?format=api",
                "id": 24,
                "name": "ASCII",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]