GET /api/v1/releasers/119814/member_productions/?format=api&ordering=name
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "url": "https://demozoo.org/api/v1/productions/4816/?format=api",
        "demozoo_url": "https://demozoo.org/music/4816/",
        "id": 4816,
        "title": "Poptune",
        "author_nicks": [
            {
                "name": "Bod",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/34758/?format=api",
                    "id": 34758,
                    "name": "Bod",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "CyCorVallen",
                "abbreviation": "CCV",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/119814/?format=api",
                    "id": 119814,
                    "name": "CyCorVallen",
                    "is_group": true
                }
            }
        ],
        "release_date": "2008-03-24",
        "supertype": "music",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/25/?format=api",
                "id": 25,
                "name": "Nintendo Entertainment System (NES)"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/31/?format=api",
                "id": 31,
                "name": "Executable Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]