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

[
    {
        "url": "https://demozoo.org/api/v1/productions/49557/?format=api",
        "demozoo_url": "https://demozoo.org/music/49557/",
        "id": 49557,
        "title": "Dropletz",
        "author_nicks": [
            {
                "name": "DaRipper",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/29841/?format=api",
                    "id": 29841,
                    "name": "DaRipper",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Melting Pot",
                "abbreviation": "MTP",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/1521/?format=api",
                    "id": 1521,
                    "name": "Melting Pot",
                    "is_group": true
                }
            }
        ],
        "release_date": "2000-08-26",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]