GET /api/v1/releasers/73365/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/173780/?format=api",
        "demozoo_url": "https://demozoo.org/productions/173780/",
        "id": 173780,
        "title": "Death",
        "author_nicks": [
            {
                "name": "Aalok",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/72399/?format=api",
                    "id": 72399,
                    "name": "Aalok",
                    "is_group": false
                }
            },
            {
                "name": "Akshay",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/72400/?format=api",
                    "id": 72400,
                    "name": "Akshay",
                    "is_group": false
                }
            },
            {
                "name": "Timo",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/73365/?format=api",
                    "id": 73365,
                    "name": "Timo",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2017-07-02",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                "id": 1,
                "name": "Windows"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]