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

[
    {
        "url": "https://demozoo.org/api/v1/productions/92651/?format=api",
        "demozoo_url": "https://demozoo.org/music/92651/",
        "id": 92651,
        "title": "House",
        "author_nicks": [
            {
                "name": "Orb",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/44507/?format=api",
                    "id": 44507,
                    "name": "Orb",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Enigma",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/44508/?format=api",
                    "id": 44508,
                    "name": "Enigma",
                    "is_group": true
                }
            }
        ],
        "release_date": "1991-03-31",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/14/?format=api",
                "id": 14,
                "name": "Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]