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

[
    {
        "url": "https://demozoo.org/api/v1/productions/88009/?format=api",
        "demozoo_url": "https://demozoo.org/productions/88009/",
        "id": 88009,
        "title": "MGDMA",
        "author_nicks": [
            {
                "name": "introspec",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/43584/?format=api",
                    "id": 43584,
                    "name": "introspec",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "thesuperb",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/43585/?format=api",
                    "id": 43585,
                    "name": "thesuperb",
                    "is_group": true
                }
            }
        ],
        "release_date": "2013-07-06",
        "supertype": "production",
        "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/21/?format=api",
                "id": 21,
                "name": "1K Intro",
                "supertype": "production"
            }
        ],
        "tags": [
            "pentagon",
            "scorpion-zs256",
            "minimal",
            "zx-spectrum-128k",
            "zx-spectrum-48k"
        ]
    }
]