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

[
    {
        "url": "https://demozoo.org/api/v1/productions/44581/?format=api",
        "demozoo_url": "https://demozoo.org/music/44581/",
        "id": 44581,
        "title": "Distorted Reality",
        "author_nicks": [
            {
                "name": "DJL",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/25889/?format=api",
                    "id": 25889,
                    "name": "DJL",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Deadzone",
                "abbreviation": "DZ",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/27699/?format=api",
                    "id": 27699,
                    "name": "Deadzone",
                    "is_group": true
                }
            }
        ],
        "release_date": "1999-04-10",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "4ch",
            "mod"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/40305/?format=api",
        "demozoo_url": "https://demozoo.org/music/40305/",
        "id": 40305,
        "title": "Wonderland",
        "author_nicks": [
            {
                "name": "DJL",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/25889/?format=api",
                    "id": 25889,
                    "name": "DJL",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1998-04-04",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/14/?format=api",
                "id": 14,
                "name": "Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]