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

[
    {
        "url": "https://demozoo.org/api/v1/productions/18049/?format=api",
        "demozoo_url": "https://demozoo.org/productions/18049/",
        "id": 18049,
        "title": "Air Combat",
        "author_nicks": [
            {
                "name": "Micro",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/4288/?format=api",
                    "id": 4288,
                    "name": "Micro",
                    "is_group": false
                }
            },
            {
                "name": "Phlaton",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/105/?format=api",
                    "id": 105,
                    "name": "Phlaton",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Contraz",
                "abbreviation": "CTZ",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/102/?format=api",
                    "id": 102,
                    "name": "Contraz",
                    "is_group": true
                }
            }
        ],
        "release_date": "1996-04-06",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/6/?format=api",
                "id": 6,
                "name": "Amiga AGA"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "deluxe-paint",
            "imagine",
            "scala",
            "scenery-animator",
            "requires-8mb-fastmem"
        ]
    }
]