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

[
    {
        "url": "https://demozoo.org/api/v1/productions/204358/?format=api",
        "demozoo_url": "https://demozoo.org/productions/204358/",
        "id": 204358,
        "title": "Cat Tracer",
        "author_nicks": [
            {
                "name": "Ohno!",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/83576/?format=api",
                    "id": 83576,
                    "name": "Ohno!",
                    "is_group": true
                }
            },
            {
                "name": "RoccoW",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/50284/?format=api",
                    "id": 50284,
                    "name": "RoccoW",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Poo-Brain",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/34777/?format=api",
                    "id": 34777,
                    "name": "Poo-Brain",
                    "is_group": true
                }
            }
        ],
        "release_date": "2019-06-01",
        "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/3/?format=api",
                "id": 3,
                "name": "4K Intro",
                "supertype": "production"
            }
        ],
        "tags": [
            "4klang",
            "shader-minifier",
            "glsl",
            "shader-sandbox"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/196667/?format=api",
        "demozoo_url": "https://demozoo.org/productions/196667/",
        "id": 196667,
        "title": "Mist",
        "author_nicks": [
            {
                "name": "Ohno!",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/83576/?format=api",
                    "id": 83576,
                    "name": "Ohno!",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2018-12-01",
        "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/3/?format=api",
                "id": 3,
                "name": "4K Intro",
                "supertype": "production"
            }
        ],
        "tags": [
            "shader-sandbox"
        ]
    }
]