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

[
    {
        "url": "https://demozoo.org/api/v1/productions/300986/?format=api",
        "demozoo_url": "https://demozoo.org/productions/300986/",
        "id": 300986,
        "title": "CBSpeccy",
        "author_nicks": [
            {
                "name": "Max Iwamoto",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/8963/?format=api",
                    "id": 8963,
                    "name": "Max Iwamoto",
                    "is_group": false
                }
            },
            {
                "name": "RST7",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/8962/?format=api",
                    "id": 8962,
                    "name": "RST7",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Code Busters",
                "abbreviation": "CB",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/8961/?format=api",
                    "id": 8961,
                    "name": "Code Busters",
                    "is_group": true
                }
            }
        ],
        "release_date": "2010-12",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/6/?format=api",
                "id": 6,
                "name": "Amiga AGA"
            },
            {
                "url": "https://demozoo.org/api/v1/platforms/5/?format=api",
                "id": 5,
                "name": "Amiga OCS/ECS"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/6/?format=api",
                "id": 6,
                "name": "Tool",
                "supertype": "production"
            }
        ],
        "tags": [
            "emulator"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/300989/?format=api",
        "demozoo_url": "https://demozoo.org/productions/300989/",
        "id": 300989,
        "title": "TASM",
        "author_nicks": [
            {
                "name": "RST7",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/8962/?format=api",
                    "id": 8962,
                    "name": "RST7",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Code Busters",
                "abbreviation": "CB",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/8961/?format=api",
                    "id": 8961,
                    "name": "Code Busters",
                    "is_group": true
                }
            }
        ],
        "release_date": "1997",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/2/?format=api",
                "id": 2,
                "name": "ZX Spectrum"
            },
            {
                "url": "https://demozoo.org/api/v1/platforms/69/?format=api",
                "id": 69,
                "name": "ZX Spectrum Enhanced"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/6/?format=api",
                "id": 6,
                "name": "Tool",
                "supertype": "production"
            }
        ],
        "tags": [
            "assembler"
        ]
    }
]