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

[
    {
        "url": "https://demozoo.org/api/v1/productions/77514/?format=api",
        "demozoo_url": "https://demozoo.org/music/77514/",
        "id": 77514,
        "title": "Project",
        "author_nicks": [
            {
                "name": "Manjit",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/23668/?format=api",
                    "id": 23668,
                    "name": "Manjit",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Dope",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/24884/?format=api",
                    "id": 24884,
                    "name": "Dope",
                    "is_group": true
                }
            }
        ],
        "release_date": "2004-11-27",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/36126/?format=api",
        "demozoo_url": "https://demozoo.org/music/36126/",
        "id": 36126,
        "title": "Project 2",
        "author_nicks": [
            {
                "name": "Manjit",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/23668/?format=api",
                    "id": 23668,
                    "name": "Manjit",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Quasar",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/17012/?format=api",
                    "id": 17012,
                    "name": "Quasar",
                    "is_group": true
                }
            }
        ],
        "release_date": "1997-07-05",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]