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

[
    {
        "url": "https://demozoo.org/api/v1/productions/304498/?format=api",
        "demozoo_url": "https://demozoo.org/music/304498/",
        "id": 304498,
        "title": "A Grasshopper Called Skunk",
        "author_nicks": [
            {
                "name": "Evil Dick",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/83722/?format=api",
                    "id": 83722,
                    "name": "Evil Dick",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Post Mortem",
                "abbreviation": "PTM",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/7186/?format=api",
                    "id": 7186,
                    "name": "Post Mortem",
                    "is_group": true
                }
            }
        ],
        "release_date": "1994-12-29",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "s3m"
        ]
    }
]