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

[
    {
        "url": "https://demozoo.org/api/v1/productions/230579/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/230579/",
        "id": 230579,
        "title": "pudelfonzmond.png",
        "author_nicks": [
            {
                "name": "Fonz",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/140225/?format=api",
                    "id": 140225,
                    "name": "Fonz",
                    "is_group": false
                }
            },
            {
                "name": "Pudel",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/140224/?format=api",
                    "id": 140224,
                    "name": "Pudel",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2019-06-21",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]