GET /api/v1/releasers/124318/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/296262/?format=api",
        "demozoo_url": "https://demozoo.org/productions/296262/",
        "id": 296262,
        "title": "GRIM Application Generator (2)",
        "author_nicks": [
            {
                "name": "Gaming Review International Magazine Staff",
                "abbreviation": "GRIM",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/124318/?format=api",
                    "id": 124318,
                    "name": "Gaming Review International Magazine Staff",
                    "is_group": true
                }
            },
            {
                "name": "Graphics Rendered in Magnificence",
                "abbreviation": "GRiM",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/25682/?format=api",
                    "id": 25682,
                    "name": "Graphics Rendered in Magnificence",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1993-11-10",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/4/?format=api",
                "id": 4,
                "name": "MS-Dos"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/6/?format=api",
                "id": 6,
                "name": "Tool",
                "supertype": "production"
            }
        ],
        "tags": [
            "no-credits-added",
            "application-generator"
        ]
    }
]