GET /api/v1/releasers/53113/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/121212/?format=api",
        "demozoo_url": "https://demozoo.org/music/121212/",
        "id": 121212,
        "title": "K-Juoni",
        "author_nicks": [
            {
                "name": "Amon",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/89764/?format=api",
                    "id": 89764,
                    "name": "Amon",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Milk",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/10783/?format=api",
                    "id": 10783,
                    "name": "Milk",
                    "is_group": true
                }
            },
            {
                "name": "PBT",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/53113/?format=api",
                    "id": 53113,
                    "name": "PBT",
                    "is_group": true
                }
            }
        ],
        "release_date": "1998-06-09",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "19ch",
            "it"
        ]
    }
]