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

[
    {
        "url": "https://demozoo.org/api/v1/productions/157578/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/157578/",
        "id": 157578,
        "title": "Ice",
        "author_nicks": [
            {
                "name": "The Eagle",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/65546/?format=api",
                    "id": 65546,
                    "name": "The Eagle",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Creators",
                "abbreviation": "CTR",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/4240/?format=api",
                    "id": 4240,
                    "name": "Creators",
                    "is_group": true
                }
            }
        ],
        "release_date": "1994-05-14",
        "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/157583/?format=api",
        "demozoo_url": "https://demozoo.org/music/157583/",
        "id": 157583,
        "title": "Completed Mission",
        "author_nicks": [
            {
                "name": "The Eagle",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/65546/?format=api",
                    "id": 65546,
                    "name": "The Eagle",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Creators",
                "abbreviation": "CTR",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/4240/?format=api",
                    "id": 4240,
                    "name": "Creators",
                    "is_group": true
                }
            }
        ],
        "release_date": "1994-05-14",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]