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

[
    {
        "url": "https://demozoo.org/api/v1/productions/117164/?format=api",
        "demozoo_url": "https://demozoo.org/music/117164/",
        "id": 117164,
        "title": "Fantasy Land",
        "author_nicks": [
            {
                "name": "Lars Frantzen",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/51587/?format=api",
                    "id": 51587,
                    "name": "Flashback",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1990-04",
        "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/244145/?format=api",
        "demozoo_url": "https://demozoo.org/music/244145/",
        "id": 244145,
        "title": "After the War",
        "author_nicks": [
            {
                "name": "Lars Frantzen",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/51587/?format=api",
                    "id": 51587,
                    "name": "Flashback",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1989",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]