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

[
    {
        "url": "https://demozoo.org/api/v1/productions/62040/?format=api",
        "demozoo_url": "https://demozoo.org/music/62040/",
        "id": 62040,
        "title": "Notreal",
        "author_nicks": [
            {
                "name": "Santa Spirit",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/35929/?format=api",
                    "id": 35929,
                    "name": "Santa Spirit",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "digital world groop",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/35930/?format=api",
                    "id": 35930,
                    "name": "digital world groop",
                    "is_group": true
                }
            }
        ],
        "release_date": "2002-09-07",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]