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

[
    {
        "url": "https://demozoo.org/api/v1/productions/79242/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/79242/",
        "id": 79242,
        "title": "The Wandering Chair",
        "author_nicks": [
            {
                "name": "PatGroove",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/45869/?format=api",
                    "id": 45869,
                    "name": "Patrick Groove",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Northern Dragons",
                "abbreviation": "ND",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/853/?format=api",
                    "id": 853,
                    "name": "Northern Dragons",
                    "is_group": true
                }
            }
        ],
        "release_date": "2004-09-17",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/97860/?format=api",
        "demozoo_url": "https://demozoo.org/music/97860/",
        "id": 97860,
        "title": "Mister Nice Guy",
        "author_nicks": [
            {
                "name": "Patrick Groove",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/45869/?format=api",
                    "id": 45869,
                    "name": "Patrick Groove",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2001-04-01",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "it",
            "44ch"
        ]
    }
]