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

[
    {
        "url": "https://demozoo.org/api/v1/productions/57815/?format=api",
        "demozoo_url": "https://demozoo.org/music/57815/",
        "id": 57815,
        "title": "Smashed To Atoms",
        "author_nicks": [
            {
                "name": "Lothar",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/33949/?format=api",
                    "id": 33949,
                    "name": "Lothar",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Moons",
                "abbreviation": "MNS",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/10564/?format=api",
                    "id": 10564,
                    "name": "Moons",
                    "is_group": true
                }
            }
        ],
        "release_date": "2001-09-15",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "dbm"
        ]
    }
]