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

[
    {
        "url": "https://demozoo.org/api/v1/productions/151315/?format=api",
        "demozoo_url": "https://demozoo.org/productions/151315/",
        "id": 151315,
        "title": "Trippin' 1k",
        "author_nicks": [
            {
                "name": "Casma",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/62606/?format=api",
                    "id": 62606,
                    "name": "Casma",
                    "is_group": false
                }
            },
            {
                "name": "neBula",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/90234/?format=api",
                    "id": 90234,
                    "name": "neBula",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2000",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/35/?format=api",
                "id": 35,
                "name": "Acorn Archimedes"
            }
        ],
        "types": [],
        "tags": []
    }
]