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

[
    {
        "url": "https://demozoo.org/api/v1/productions/199725/?format=api",
        "demozoo_url": "https://demozoo.org/productions/199725/",
        "id": 199725,
        "title": "Radioactive BBS",
        "author_nicks": [
            {
                "name": "Appendix",
                "abbreviation": "APX",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/452/?format=api",
                    "id": 452,
                    "name": "Appendix",
                    "is_group": true
                }
            },
            {
                "name": "Squeezers",
                "abbreviation": "SQZ",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/93490/?format=api",
                    "id": 93490,
                    "name": "Squeezers",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1996",
        "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/41/?format=api",
                "id": 41,
                "name": "BBStro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]