GET /api/v1/releasers/28459/productions/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "url": "https://demozoo.org/api/v1/productions/46034/?format=api",
        "demozoo_url": "https://demozoo.org/productions/46034/",
        "id": 46034,
        "title": "G-RACE",
        "author_nicks": [
            {
                "name": "Allodox",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/28458/?format=api",
                    "id": 28458,
                    "name": "Allodox",
                    "is_group": false
                }
            },
            {
                "name": "Crash",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/28459/?format=api",
                    "id": 28459,
                    "name": "Crash",
                    "is_group": false
                }
            },
            {
                "name": "Shadowfax",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/24294/?format=api",
                    "id": 24294,
                    "name": "Shadowfax",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Nosferatu",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/24295/?format=api",
                    "id": 24295,
                    "name": "Nosferatu",
                    "is_group": true
                }
            }
        ],
        "release_date": "2000-03-11",
        "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": []
    }
]