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

[
    {
        "url": "https://demozoo.org/api/v1/productions/281826/?format=api",
        "demozoo_url": "https://demozoo.org/music/281826/",
        "id": 281826,
        "title": "whale song",
        "author_nicks": [
            {
                "name": "MadHatter",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/115906/?format=api",
                    "id": 115906,
                    "name": "MadHatter",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Chill Productions",
                "abbreviation": "CHiLL",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/30482/?format=api",
                    "id": 30482,
                    "name": "Chill Productions",
                    "is_group": true
                }
            }
        ],
        "release_date": "1998",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "32ch",
            "xm"
        ]
    }
]