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

[
    {
        "url": "https://demozoo.org/api/v1/productions/23710/?format=api",
        "demozoo_url": "https://demozoo.org/productions/23710/",
        "id": 23710,
        "title": "Mazed!",
        "author_nicks": [
            {
                "name": "Xibalba",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/10407/?format=api",
                    "id": 10407,
                    "name": "Xibalba",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2000-04-23",
        "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": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/320219/?format=api",
        "demozoo_url": "https://demozoo.org/productions/320219/",
        "id": 320219,
        "title": "xibalba Screensaver",
        "author_nicks": [
            {
                "name": "Xibalba",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/10407/?format=api",
                    "id": 10407,
                    "name": "Xibalba",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1999-08-14",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                "id": 1,
                "name": "Windows"
            }
        ],
        "types": [],
        "tags": [
            "screensaver"
        ]
    }
]