GET /api/v1/releasers/27386/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/43789/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/43789/",
        "id": 43789,
        "title": "Lemming on a hill",
        "author_nicks": [
            {
                "name": "Círdan",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/27386/?format=api",
                    "id": 27386,
                    "name": "Círdan",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Istari",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/23194/?format=api",
                    "id": 23194,
                    "name": "Istari",
                    "is_group": true
                }
            }
        ],
        "release_date": "1999-02-14",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]