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

[
    {
        "url": "https://demozoo.org/api/v1/productions/2825/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/2825/",
        "id": 2825,
        "title": "Kanonina",
        "author_nicks": [
            {
                "name": "Appel",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/26316/?format=api",
                    "id": 26316,
                    "name": "Appel",
                    "is_group": false
                }
            },
            {
                "name": "Ben",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5386/?format=api",
                    "id": 5386,
                    "name": "Ben",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Depth",
                "abbreviation": "DPH",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/1188/?format=api",
                    "id": 1188,
                    "name": "Depth",
                    "is_group": true
                }
            }
        ],
        "release_date": "2001-11-11",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/24/?format=api",
                "id": 24,
                "name": "ASCII",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]