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

[
    {
        "url": "https://demozoo.org/api/v1/productions/23981/?format=api",
        "demozoo_url": "https://demozoo.org/productions/23981/",
        "id": 23981,
        "title": "Basic Rules",
        "author_nicks": [
            {
                "name": "Uncle Fritz",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5914/?format=api",
                    "id": 5914,
                    "name": "Didi",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "On Risky Ice",
                "abbreviation": "ORI",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/13603/?format=api",
                    "id": 13603,
                    "name": "On Risky Ice",
                    "is_group": true
                }
            }
        ],
        "release_date": "2000-04-23",
        "supertype": "production",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/4/?format=api",
                "id": 4,
                "name": "Intro",
                "supertype": "production"
            }
        ],
        "tags": [
            "lost"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/22427/?format=api",
        "demozoo_url": "https://demozoo.org/productions/22427/",
        "id": 22427,
        "title": "This Rocks!",
        "author_nicks": [
            {
                "name": "Uncle Fritz",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5914/?format=api",
                    "id": 5914,
                    "name": "Didi",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "On Risky Ice",
                "abbreviation": "ORI",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/13603/?format=api",
                    "id": 13603,
                    "name": "On Risky Ice",
                    "is_group": true
                }
            }
        ],
        "release_date": "1999-04-04",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/3/?format=api",
                "id": 3,
                "name": "4K Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]