GET /api/v1/releasers/836/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/25005/?format=api",
        "demozoo_url": "https://demozoo.org/productions/25005/",
        "id": 25005,
        "title": "Iterate",
        "author_nicks": [
            {
                "name": "Imbusy",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/836/?format=api",
                    "id": 836,
                    "name": "Imbusy",
                    "is_group": false
                }
            },
            {
                "name": "Xerxes",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/552/?format=api",
                    "id": 552,
                    "name": "Xerxes",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2006-08-05",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                "id": 1,
                "name": "Windows"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]