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

[
    {
        "url": "https://demozoo.org/api/v1/productions/136254/?format=api",
        "demozoo_url": "https://demozoo.org/productions/136254/",
        "id": 136254,
        "title": "GeekUr v1.2 Enterprise Edition",
        "author_nicks": [
            {
                "name": "TheFluff",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/57803/?format=api",
                    "id": 57803,
                    "name": "TheFluff",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Konventseliten",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/7809/?format=api",
                    "id": 7809,
                    "name": "Konventseliten",
                    "is_group": true
                }
            }
        ],
        "release_date": "2009-11-28",
        "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/6/?format=api",
                "id": 6,
                "name": "Tool",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]