GET /api/v1/releasers/90169/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/204756/?format=api",
        "demozoo_url": "https://demozoo.org/productions/204756/",
        "id": 204756,
        "title": "Pillage the Village",
        "author_nicks": [
            {
                "name": "Erik Kershey",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/90170/?format=api",
                    "id": 90170,
                    "name": "Erik Kershey",
                    "is_group": false
                }
            },
            {
                "name": "Peter Morley",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/90169/?format=api",
                    "id": 90169,
                    "name": "Peter Morley",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2019-06-08",
        "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": [
            "fmod"
        ]
    }
]