GET /api/v1/releasers/65863/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/218008/?format=api",
        "demozoo_url": "https://demozoo.org/productions/218008/",
        "id": 218008,
        "title": "Coop-demu aka Fatman",
        "author_nicks": [
            {
                "name": "Bloodsuckers",
                "abbreviation": "BS",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/8214/?format=api",
                    "id": 8214,
                    "name": "Bloodsuckers",
                    "is_group": true
                }
            },
            {
                "name": "Byterapers",
                "abbreviation": "(B)",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/370/?format=api",
                    "id": 370,
                    "name": "Byterapers",
                    "is_group": true
                }
            },
            {
                "name": "Mutants",
                "abbreviation": "MTS",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/65863/?format=api",
                    "id": 65863,
                    "name": "Mutants",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1989",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/5/?format=api",
                "id": 5,
                "name": "Amiga OCS/ECS"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]