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

[
    {
        "url": "https://demozoo.org/api/v1/productions/199755/?format=api",
        "demozoo_url": "https://demozoo.org/productions/199755/",
        "id": 199755,
        "title": "Demogucken#1 Invitation",
        "author_nicks": [
            {
                "name": "Headcrash",
                "abbreviation": "HCR",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/3776/?format=api",
                    "id": 3776,
                    "name": "Headcrash",
                    "is_group": true
                }
            },
            {
                "name": "Visuale",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/17437/?format=api",
                    "id": 17437,
                    "name": "Visuale",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2009-09-03",
        "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/11/?format=api",
                "id": 11,
                "name": "Invitation",
                "supertype": "production"
            }
        ],
        "tags": [
            "minifmod",
            "kkrunchy"
        ]
    }
]