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

[
    {
        "url": "https://demozoo.org/api/v1/productions/155339/?format=api",
        "demozoo_url": "https://demozoo.org/productions/155339/",
        "id": 155339,
        "title": "RETRO SPACEBRAWL ARCADE",
        "author_nicks": [
            {
                "name": "DKoding",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/64669/?format=api",
                    "id": 64669,
                    "name": "DKoding",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "KodingNights",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/64670/?format=api",
                    "id": 64670,
                    "name": "KodingNights",
                    "is_group": true
                }
            }
        ],
        "release_date": "2016-03-26",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                "id": 1,
                "name": "Windows"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]