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

[
    {
        "url": "https://demozoo.org/api/v1/productions/68424/?format=api",
        "demozoo_url": "https://demozoo.org/music/68424/",
        "id": 68424,
        "title": "wtf",
        "author_nicks": [
            {
                "name": "Mr. Crap",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/7418/?format=api",
                    "id": 7418,
                    "name": "Mr. Crap",
                    "is_group": false
                }
            },
            {
                "name": "mr. pedobeer",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/38221/?format=api",
                    "id": 38221,
                    "name": "mr. pedobeer",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2007-09-22",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/30/?format=api",
                "id": 30,
                "name": "Streaming Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]