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

[
    {
        "url": "https://demozoo.org/api/v1/productions/55905/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/55905/",
        "id": 55905,
        "title": "Hiscan Bouhh!!!!!",
        "author_nicks": [
            {
                "name": "Jules",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/27000/?format=api",
                    "id": 27000,
                    "name": "Jules",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Mentasm",
                "abbreviation": "MTS",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/6999/?format=api",
                    "id": 6999,
                    "name": "Mentasm",
                    "is_group": true
                }
            }
        ],
        "release_date": "2001-10-27",
        "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/42953/?format=api",
        "demozoo_url": "https://demozoo.org/music/42953/",
        "id": 42953,
        "title": "Happy Times",
        "author_nicks": [
            {
                "name": "Jules",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/27000/?format=api",
                    "id": 27000,
                    "name": "Jules",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Nymph",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/25707/?format=api",
                    "id": 25707,
                    "name": "Nymph",
                    "is_group": true
                }
            }
        ],
        "release_date": "1999-01-30",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]