GET /api/v1/releasers/37945/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/67486/?format=api",
        "demozoo_url": "https://demozoo.org/productions/67486/",
        "id": 67486,
        "title": "Pekka Sairanhoitaja",
        "author_nicks": [
            {
                "name": "Hauberk",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/37945/?format=api",
                    "id": 37945,
                    "name": "Hauberk",
                    "is_group": false
                }
            },
            {
                "name": "Kallekanin",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/3576/?format=api",
                    "id": 3576,
                    "name": "Kallekanin",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2003-08-09",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/27/?format=api",
                "id": 27,
                "name": "Calculator"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "ti-86"
        ]
    }
]