GET /api/v1/releasers/2065/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/132389/?format=api",
        "demozoo_url": "https://demozoo.org/productions/132389/",
        "id": 132389,
        "title": "If Pigs Could Fly Music",
        "author_nicks": [
            {
                "name": "Thyrex",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/2065/?format=api",
                    "id": 2065,
                    "name": "Thyrex",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "European Swapping Crew",
                "abbreviation": "ESC",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/31591/?format=api",
                    "id": 31591,
                    "name": "European Swapping Crew",
                    "is_group": true
                }
            }
        ],
        "release_date": null,
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
                "id": 9,
                "name": "Atari ST/E"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/7/?format=api",
                "id": 7,
                "name": "Musicdisk",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]