GET /api/v1/releasers/73536/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/176646/?format=api",
        "demozoo_url": "https://demozoo.org/productions/176646/",
        "id": 176646,
        "title": "Boozealarm",
        "author_nicks": [
            {
                "name": "Döner Alki",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/73536/?format=api",
                    "id": 73536,
                    "name": "Döner Alki",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Schädel Productions",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/6292/?format=api",
                    "id": 6292,
                    "name": "Schaedelproduktion",
                    "is_group": true
                }
            }
        ],
        "release_date": "2017-07-22",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/90/?format=api",
                "id": 90,
                "name": "Commodore PET"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]