GET /api/v1/releasers/107811/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/268882/?format=api",
        "demozoo_url": "https://demozoo.org/productions/268882/",
        "id": 268882,
        "title": "ST-Musik",
        "author_nicks": [
            {
                "name": "Michael Vogt",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/107811/?format=api",
                    "id": 107811,
                    "name": "Michael Vogt",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "ProDeoSoft",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/107812/?format=api",
                    "id": 107812,
                    "name": "ProDeoSoft",
                    "is_group": true
                }
            }
        ],
        "release_date": "1986-11-30",
        "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/6/?format=api",
                "id": 6,
                "name": "Tool",
                "supertype": "production"
            }
        ],
        "tags": [
            "lost"
        ]
    }
]