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

[
    {
        "url": "https://demozoo.org/api/v1/productions/292508/?format=api",
        "demozoo_url": "https://demozoo.org/productions/292508/",
        "id": 292508,
        "title": "Bat Ball",
        "author_nicks": [
            {
                "name": "Hannanan",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/121848/?format=api",
                    "id": 121848,
                    "name": "Hannanan",
                    "is_group": false
                }
            },
            {
                "name": "Kimmimi",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/121847/?format=api",
                    "id": 121847,
                    "name": "Kimmimi",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2021-04-04",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/48/?format=api",
                "id": 48,
                "name": "Java"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            }
        ],
        "tags": [
            "processing"
        ]
    }
]