GET /api/v1/releasers/8288/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/7089/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/7089/",
        "id": 7089,
        "title": "Ocean Dreams",
        "author_nicks": [
            {
                "name": "Kama",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/8288/?format=api",
                    "id": 8288,
                    "name": "Kama",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Wrath Designs",
                "abbreviation": "WD",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/135/?format=api",
                    "id": 135,
                    "name": "Wrath Designs",
                    "is_group": true
                }
            },
            {
                "name": "X-Trade",
                "abbreviation": "XTD",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/6649/?format=api",
                    "id": 6649,
                    "name": "X-Trade",
                    "is_group": true
                }
            }
        ],
        "release_date": "1994-12-30",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": [
            "736x566"
        ]
    }
]