GET /api/v1/releasers/13938/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/19490/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/19490/",
        "id": 19490,
        "title": "Alone",
        "author_nicks": [
            {
                "name": "Demolee",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/13938/?format=api",
                    "id": 13938,
                    "name": "Demolee",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Nerve Axis",
                "abbreviation": "NVX",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/585/?format=api",
                    "id": 585,
                    "name": "Nerve Axis",
                    "is_group": true
                }
            }
        ],
        "release_date": "1997-12-29",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": [
            "lightwave"
        ]
    }
]