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

[
    {
        "url": "https://demozoo.org/api/v1/productions/86026/?format=api",
        "demozoo_url": "https://demozoo.org/productions/86026/",
        "id": 86026,
        "title": "Flagpole",
        "author_nicks": [
            {
                "name": "Anton",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/42966/?format=api",
                    "id": 42966,
                    "name": "Anton",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Apocalypticon",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/42965/?format=api",
                    "id": 42965,
                    "name": "Apocalypticon",
                    "is_group": true
                }
            },
            {
                "name": "Nall3",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/42964/?format=api",
                    "id": 42964,
                    "name": "Nall3",
                    "is_group": true
                }
            },
            {
                "name": "People Production",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/42963/?format=api",
                    "id": 42963,
                    "name": "People Production",
                    "is_group": true
                }
            }
        ],
        "release_date": "2008-11-29",
        "supertype": "production",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/34/?format=api",
                "id": 34,
                "name": "Video",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]