GET /api/v1/releasers/83893/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/268270/?format=api",
        "demozoo_url": "https://demozoo.org/productions/268270/",
        "id": 268270,
        "title": "Endless Suma Surfing",
        "author_nicks": [
            {
                "name": "HM-Pictures",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/83893/?format=api",
                    "id": 83893,
                    "name": "HM-Pictures",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2019-09-28",
        "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": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/197624/?format=api",
        "demozoo_url": "https://demozoo.org/productions/197624/",
        "id": 197624,
        "title": "Comet Ball",
        "author_nicks": [
            {
                "name": "HM-Pictures",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/83893/?format=api",
                    "id": 83893,
                    "name": "HM-Pictures",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2018-12-09",
        "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": [
            "breakout",
            "action"
        ]
    }
]