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

[
    {
        "url": "https://demozoo.org/api/v1/productions/66863/?format=api",
        "demozoo_url": "https://demozoo.org/music/66863/",
        "id": 66863,
        "title": "Wurst Simulation",
        "author_nicks": [
            {
                "name": "Horst Wurst",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/33794/?format=api",
                    "id": 33794,
                    "name": "Horst Wurst",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2003-03-08",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/14/?format=api",
                "id": 14,
                "name": "Music",
                "supertype": "music"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/57250/?format=api",
        "demozoo_url": "https://demozoo.org/music/57250/",
        "id": 57250,
        "title": "Massage",
        "author_nicks": [
            {
                "name": "Horst Wurst",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/33794/?format=api",
                    "id": 33794,
                    "name": "Horst Wurst",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2001-06-16",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/30/?format=api",
                "id": 30,
                "name": "Streaming Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]