GET /api/v1/releasers/6271/productions/?format=api&ordering=-id
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "url": "https://demozoo.org/api/v1/productions/4565/?format=api",
        "demozoo_url": "https://demozoo.org/productions/4565/",
        "id": 4565,
        "title": "Unsterbliches Licht",
        "author_nicks": [
            {
                "name": "JCD",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/6269/?format=api",
                    "id": 6269,
                    "name": "JCD",
                    "is_group": false
                }
            },
            {
                "name": "Uwe Schmalstieg",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/6270/?format=api",
                    "id": 6270,
                    "name": "Uwe Schmalstieg",
                    "is_group": false
                }
            },
            {
                "name": "WAVE",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/6271/?format=api",
                    "id": 6271,
                    "name": "WAVE",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2011-04-25",
        "supertype": "production",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/34/?format=api",
                "id": 34,
                "name": "Video",
                "supertype": "production"
            }
        ],
        "tags": [
            "german"
        ]
    }
]