GET /api/v1/releasers/57320/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/133755/?format=api",
        "demozoo_url": "https://demozoo.org/productions/133755/",
        "id": 133755,
        "title": "No Title",
        "author_nicks": [
            {
                "name": "dNk",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/57320/?format=api",
                    "id": 57320,
                    "name": "dNk",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Nevermind",
                "abbreviation": "NVM",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/14561/?format=api",
                    "id": 14561,
                    "name": "Nevermind",
                    "is_group": true
                }
            }
        ],
        "release_date": "1997-05-25",
        "supertype": "production",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/34/?format=api",
                "id": 34,
                "name": "Video",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]