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

[
    {
        "url": "https://demozoo.org/api/v1/productions/33363/?format=api",
        "demozoo_url": "https://demozoo.org/productions/33363/",
        "id": 33363,
        "title": "Follow Me",
        "author_nicks": [
            {
                "name": "Unknown Structure",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/22156/?format=api",
                    "id": 22156,
                    "name": "Unknown Structure",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1996-11-02",
        "supertype": "production",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/34/?format=api",
                "id": 34,
                "name": "Video",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]