GET /api/v1/releasers/55084/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/380895/?format=api",
        "demozoo_url": "https://demozoo.org/productions/380895/",
        "id": 380895,
        "title": "Arcade Boot Camp",
        "author_nicks": [
            {
                "name": "The Intern",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/55084/?format=api",
                    "id": 55084,
                    "name": "The Intern",
                    "is_group": false
                }
            },
            {
                "name": "The Penguin",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/55083/?format=api",
                    "id": 55083,
                    "name": "The Penguin",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1984",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/67/?format=api",
                "id": 67,
                "name": "Apple II"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/13/?format=api",
                "id": 13,
                "name": "Cracktro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]