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

[
    {
        "url": "https://demozoo.org/api/v1/productions/82302/?format=api",
        "demozoo_url": "https://demozoo.org/music/82302/",
        "id": 82302,
        "title": "Tape Recorder",
        "author_nicks": [
            {
                "name": "Minty Max",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/41948/?format=api",
                    "id": 41948,
                    "name": "Minty Max",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Crux",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/25319/?format=api",
                    "id": 25319,
                    "name": "Crux",
                    "is_group": true
                }
            },
            {
                "name": "Moonflow",
                "abbreviation": "MFL",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/18496/?format=api",
                    "id": 18496,
                    "name": "Moonflow",
                    "is_group": true
                }
            }
        ],
        "release_date": "2005-08-27",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/30/?format=api",
                "id": 30,
                "name": "Streaming Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]