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

[
    {
        "url": "https://demozoo.org/api/v1/productions/133754/?format=api",
        "demozoo_url": "https://demozoo.org/productions/133754/",
        "id": 133754,
        "title": "Lamp",
        "author_nicks": [
            {
                "name": "Maverick",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/57319/?format=api",
                    "id": 57319,
                    "name": "Maverick",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Acid Dream",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/21678/?format=api",
                    "id": 21678,
                    "name": "Acid Dream",
                    "is_group": true
                }
            }
        ],
        "release_date": "1997-05-25",
        "supertype": "production",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/34/?format=api",
                "id": 34,
                "name": "Video",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/32459/?format=api",
        "demozoo_url": "https://demozoo.org/music/32459/",
        "id": 32459,
        "title": "Trip Out",
        "author_nicks": [
            {
                "name": "Blue Dreamer",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/21677/?format=api",
                    "id": 21677,
                    "name": "Blue Dreamer",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Acid Dream",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/21678/?format=api",
                    "id": 21678,
                    "name": "Acid Dream",
                    "is_group": true
                }
            }
        ],
        "release_date": "1996-04-27",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]