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

[
    {
        "url": "https://demozoo.org/api/v1/productions/298782/?format=api",
        "demozoo_url": "https://demozoo.org/productions/298782/",
        "id": 298782,
        "title": "Pack Of Intros #1",
        "author_nicks": [
            {
                "name": "Sonik",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/51086/?format=api",
                    "id": 51086,
                    "name": "Sonik",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Dark Horse Multimedia Labs",
                "abbreviation": "DHML",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/105944/?format=api",
                    "id": 105944,
                    "name": "Dark Horse Multimedia Labs",
                    "is_group": true
                }
            }
        ],
        "release_date": "1997-02-24",
        "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/41/?format=api",
                "id": 41,
                "name": "BBStro",
                "supertype": "production"
            },
            {
                "url": "https://demozoo.org/api/v1/production_types/9/?format=api",
                "id": 9,
                "name": "Pack",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]