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

[
    {
        "url": "https://demozoo.org/api/v1/productions/123380/?format=api",
        "demozoo_url": "https://demozoo.org/productions/123380/",
        "id": 123380,
        "title": "Illegal 31",
        "author_nicks": [
            {
                "name": "Jeff Smart",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/8822/?format=api",
                    "id": 8822,
                    "name": "Jeff Smart",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Scouse Cracking Group",
                "abbreviation": "SCG",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/17754/?format=api",
                    "id": 17754,
                    "name": "Scouse Cracking Group",
                    "is_group": true
                }
            }
        ],
        "release_date": "1988-10-15",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/64/?format=api",
                "id": 64,
                "name": "Paper"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/48/?format=api",
                "id": 48,
                "name": "Papermag",
                "supertype": "production"
            }
        ],
        "tags": [
            "illegal",
            "piracy"
        ]
    }
]