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

[
    {
        "url": "https://demozoo.org/api/v1/productions/333328/?format=api",
        "demozoo_url": "https://demozoo.org/productions/333328/",
        "id": 333328,
        "title": "De Die Compo",
        "author_nicks": [
            {
                "name": "Kaai",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/28514/?format=api",
                    "id": 28514,
                    "name": "Kaai",
                    "is_group": false
                }
            },
            {
                "name": "Sepulcrum",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/24791/?format=api",
                    "id": 24791,
                    "name": "Sepulcrum",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Revolution",
                "abbreviation": "RVL",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/17361/?format=api",
                    "id": 17361,
                    "name": "Revolution",
                    "is_group": true
                }
            }
        ],
        "release_date": "2000-03-11",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/4/?format=api",
                "id": 4,
                "name": "MS-Dos"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]