GET /api/v1/releasers/5217/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/49048/?format=api",
        "demozoo_url": "https://demozoo.org/productions/49048/",
        "id": 49048,
        "title": "Christmas Party",
        "author_nicks": [
            {
                "name": "Network",
                "abbreviation": "NET",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/605/?format=api",
                    "id": 605,
                    "name": "Network",
                    "is_group": true
                }
            },
            {
                "name": "Theatre",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5217/?format=api",
                    "id": 5217,
                    "name": "Theatre",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1990-12-06",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/5/?format=api",
                "id": 5,
                "name": "Amiga OCS/ECS"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/11/?format=api",
                "id": 11,
                "name": "Invitation",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/229399/?format=api",
        "demozoo_url": "https://demozoo.org/productions/229399/",
        "id": 229399,
        "title": "The Eagle's First",
        "author_nicks": [
            {
                "name": "Theatre",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5217/?format=api",
                    "id": 5217,
                    "name": "Theatre",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1990-05-10",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/5/?format=api",
                "id": 5,
                "name": "Amiga OCS/ECS"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/4/?format=api",
                "id": 4,
                "name": "Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]