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

[
    {
        "url": "https://demozoo.org/api/v1/productions/59623/?format=api",
        "demozoo_url": "https://demozoo.org/productions/59623/",
        "id": 59623,
        "title": "Java Criatures",
        "author_nicks": [
            {
                "name": "Yuyah",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/34564/?format=api",
                    "id": 34564,
                    "name": "Yuyah",
                    "is_group": false
                }
            },
            {
                "name": "d2clon",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/30888/?format=api",
                    "id": 30888,
                    "name": "d2clon",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "JavaMadrid",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/106672/?format=api",
                    "id": 106672,
                    "name": "JavaMadrid",
                    "is_group": true
                }
            }
        ],
        "release_date": "2002-07-27",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/48/?format=api",
                "id": 48,
                "name": "Java"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]