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

[
    {
        "url": "https://demozoo.org/api/v1/productions/385201/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/385201/",
        "id": 385201,
        "title": "Virtuelt Kaleidoskop",
        "author_nicks": [
            {
                "name": "Level-D",
                "abbreviation": "LVD",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/518/?format=api",
                    "id": 518,
                    "name": "Level-D",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2000-04-02",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/51/?format=api",
                "id": 51,
                "name": "Artpack",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]