GET /api/v1/releasers/138513/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/327299/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/327299/",
        "id": 327299,
        "title": "Saturnday",
        "author_nicks": [
            {
                "name": "Evol",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/138513/?format=api",
                    "id": 138513,
                    "name": "Evol",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Crescent",
                "abbreviation": "CRS",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5884/?format=api",
                    "id": 5884,
                    "name": "Crescent",
                    "is_group": true
                }
            }
        ],
        "release_date": "2007-09-08",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]