GET /api/v1/releasers/17091/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/23509/?format=api",
        "demozoo_url": "https://demozoo.org/productions/23509/",
        "id": 23509,
        "title": "For A Few More Dollars",
        "author_nicks": [
            {
                "name": "Alper",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/17091/?format=api",
                    "id": 17091,
                    "name": "Alper",
                    "is_group": false
                }
            },
            {
                "name": "Ragnor",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/17090/?format=api",
                    "id": 17090,
                    "name": "Ragnor",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2011-12-24",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/47/?format=api",
                "id": 47,
                "name": "Flash"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]