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

[
    {
        "url": "https://demozoo.org/api/v1/productions/303626/?format=api",
        "demozoo_url": "https://demozoo.org/productions/303626/",
        "id": 303626,
        "title": "Christmas Tree (GotoJSE)",
        "author_nicks": [
            {
                "name": "Jayenkai",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/77418/?format=api",
                    "id": 77418,
                    "name": "Jayenkai",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2021-12-22",
        "supertype": "production",
        "platforms": [],
        "types": [],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/186065/?format=api",
        "demozoo_url": "https://demozoo.org/productions/186065/",
        "id": 186065,
        "title": "Spike Dislike",
        "author_nicks": [
            {
                "name": "Jayenkai",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/77418/?format=api",
                    "id": 77418,
                    "name": "Jayenkai",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2018-04-07",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/36/?format=api",
                "id": 36,
                "name": "Amstrad CPC"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]