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

[
    {
        "url": "https://demozoo.org/api/v1/productions/39038/?format=api",
        "demozoo_url": "https://demozoo.org/music/39038/",
        "id": 39038,
        "title": "Iridesence",
        "author_nicks": [
            {
                "name": "NOR",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/15628/?format=api",
                    "id": 15628,
                    "name": "NOR",
                    "is_group": false
                }
            },
            {
                "name": "Veneer",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/25003/?format=api",
                    "id": 25003,
                    "name": "Veneer",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Black Fox",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/25004/?format=api",
                    "id": 25004,
                    "name": "Black Fox",
                    "is_group": true
                }
            }
        ],
        "release_date": "1998-07",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/14/?format=api",
                "id": 14,
                "name": "Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]