GET /api/v1/releasers/2481/productions/?format=api&ordering=-name
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "url": "https://demozoo.org/api/v1/productions/117156/?format=api",
        "demozoo_url": "https://demozoo.org/productions/117156/",
        "id": 117156,
        "title": "Tetris aka Gaaasp!!",
        "author_nicks": [
            {
                "name": "Bigfoot",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/2481/?format=api",
                    "id": 2481,
                    "name": "Bigfoot",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "MJJ Prod",
                "abbreviation": "MJJ",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/11419/?format=api",
                    "id": 11419,
                    "name": "MJJ Prod",
                    "is_group": true
                }
            }
        ],
        "release_date": "1990",
        "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/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            }
        ],
        "tags": [
            "tetris"
        ]
    }
]