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

[
    {
        "url": "https://demozoo.org/api/v1/productions/14660/?format=api",
        "demozoo_url": "https://demozoo.org/music/14660/",
        "id": 14660,
        "title": "New live",
        "author_nicks": [
            {
                "name": "Maxim Zubchenkov",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/9566/?format=api",
                    "id": 9566,
                    "name": "Maxim Zubchenkov",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Screws",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/9567/?format=api",
                    "id": 9567,
                    "name": "Screws",
                    "is_group": true
                }
            }
        ],
        "release_date": "2001-08-18",
        "supertype": "music",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/2/?format=api",
                "id": 2,
                "name": "ZX Spectrum"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/14/?format=api",
                "id": 14,
                "name": "Music",
                "supertype": "music"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/14697/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/14697/",
        "id": 14697,
        "title": "Hedgehog",
        "author_nicks": [
            {
                "name": "LSD Gfx",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/9572/?format=api",
                    "id": 9572,
                    "name": "LSD Gfx",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Screws",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/9567/?format=api",
                    "id": 9567,
                    "name": "Screws",
                    "is_group": true
                }
            }
        ],
        "release_date": "2001-08-18",
        "supertype": "graphics",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/2/?format=api",
                "id": 2,
                "name": "ZX Spectrum"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]