GET /api/v1/releasers/65921/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/310189/?format=api",
        "demozoo_url": "https://demozoo.org/productions/310189/",
        "id": 310189,
        "title": "Uninspiral",
        "author_nicks": [
            {
                "name": "Quasar",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/65921/?format=api",
                    "id": 65921,
                    "name": "Quasar",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2022-07-09",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
                "id": 9,
                "name": "Atari ST/E"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/19/?format=api",
                "id": 19,
                "name": "256b Intro",
                "supertype": "production"
            }
        ],
        "tags": [
            "header-excluded"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/158925/?format=api",
        "demozoo_url": "https://demozoo.org/productions/158925/",
        "id": 158925,
        "title": "Adder",
        "author_nicks": [
            {
                "name": "Quasar",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/65921/?format=api",
                    "id": 65921,
                    "name": "Quasar",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1996",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/17/?format=api",
                "id": 17,
                "name": "Atari Falcon"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]