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

[
    {
        "url": "https://demozoo.org/api/v1/productions/38491/?format=api",
        "demozoo_url": "https://demozoo.org/productions/38491/",
        "id": 38491,
        "title": "Nibbly98 - The Game",
        "author_nicks": [
            {
                "name": "bdz",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/71399/?format=api",
                    "id": 71399,
                    "name": "bdz",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "The Fun Factory",
                "abbreviation": "TFF",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/115916/?format=api",
                    "id": 115916,
                    "name": "The Fun Factory",
                    "is_group": true
                }
            }
        ],
        "release_date": "1998-08-22",
        "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/21/?format=api",
                "id": 21,
                "name": "1K Intro",
                "supertype": "production"
            }
        ],
        "tags": [
            "textmode",
            "80x50"
        ]
    }
]