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

[
    {
        "url": "https://demozoo.org/api/v1/productions/97004/?format=api",
        "demozoo_url": "https://demozoo.org/productions/97004/",
        "id": 97004,
        "title": "Banana Dance",
        "author_nicks": [
            {
                "name": "Crush",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/45533/?format=api",
                    "id": 45533,
                    "name": "Crush",
                    "is_group": false
                }
            },
            {
                "name": "Grace",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/14749/?format=api",
                    "id": 14749,
                    "name": "Grace",
                    "is_group": false
                }
            },
            {
                "name": "Ramon",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/7263/?format=api",
                    "id": 7263,
                    "name": "Ramon",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1997-10-03",
        "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/7/?format=api",
                "id": 7,
                "name": "Musicdisk",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]