GET /api/v1/releasers/42342/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/83569/?format=api",
        "demozoo_url": "https://demozoo.org/productions/83569/",
        "id": 83569,
        "title": "ST Beermat Issue One",
        "author_nicks": [
            {
                "name": "Fallen Angels",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/110545/?format=api",
                    "id": 110545,
                    "name": "Fallen Angels",
                    "is_group": true
                }
            },
            {
                "name": "Organized Chaos Licenceware",
                "abbreviation": "OCL",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/42342/?format=api",
                    "id": 42342,
                    "name": "Organized Chaos Licenceware",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1994-07-24",
        "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/5/?format=api",
                "id": 5,
                "name": "Diskmag",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]