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

[
    {
        "url": "https://demozoo.org/api/v1/productions/84214/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/84214/",
        "id": 84214,
        "title": "Beaten Up Hero",
        "author_nicks": [
            {
                "name": "Count Skull Crusher",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/3613/?format=api",
                    "id": 3613,
                    "name": "Count Skull Crusher",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Dragon Magic",
                "abbreviation": "DRM",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/3607/?format=api",
                    "id": 3607,
                    "name": "Dragon Magic",
                    "is_group": true
                }
            }
        ],
        "release_date": "2006-09-16",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]