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

[
    {
        "url": "https://demozoo.org/api/v1/productions/44134/?format=api",
        "demozoo_url": "https://demozoo.org/productions/44134/",
        "id": 44134,
        "title": "Eric Is Jumping",
        "author_nicks": [
            {
                "name": "düäl",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/27545/?format=api",
                    "id": 27545,
                    "name": "düäl",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "JFF co.",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/27546/?format=api",
                    "id": 27546,
                    "name": "JFF co.",
                    "is_group": true
                }
            }
        ],
        "release_date": "1999-07-03",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/4/?format=api",
                "id": 4,
                "name": "MS-Dos"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/2/?format=api",
                "id": 2,
                "name": "64K Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]