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

[
    {
        "url": "https://demozoo.org/api/v1/productions/59092/?format=api",
        "demozoo_url": "https://demozoo.org/productions/59092/",
        "id": 59092,
        "title": "100 Bytes",
        "author_nicks": [
            {
                "name": "Baky",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/19192/?format=api",
                    "id": 19192,
                    "name": "Baky",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Lamas And Papas",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/34348/?format=api",
                    "id": 34348,
                    "name": "Lamas And Papas",
                    "is_group": true
                }
            }
        ],
        "release_date": "2006-04-16",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
                "id": 9,
                "name": "Atari ST/E"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/18/?format=api",
                "id": 18,
                "name": "128b Intro",
                "supertype": "production"
            }
        ],
        "tags": [
            "code-challenge"
        ]
    }
]