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

[
    {
        "url": "https://demozoo.org/api/v1/productions/333482/?format=api",
        "demozoo_url": "https://demozoo.org/productions/333482/",
        "id": 333482,
        "title": "Blue Chee",
        "author_nicks": [
            {
                "name": "Cheese-Emerald DSG",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/139680/?format=api",
                    "id": 139680,
                    "name": "Cheese-Emerald DSG",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2023-11-19",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/4/?format=api",
                "id": 4,
                "name": "MS-Dos"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/4/?format=api",
                "id": 4,
                "name": "Intro",
                "supertype": "production"
            }
        ],
        "tags": [
            "intro-maker-v3-0"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/331901/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/331901/",
        "id": 331901,
        "title": "Cheese-Emerald DSG Logo",
        "author_nicks": [
            {
                "name": "Cheese-Emerald DSG",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/139680/?format=api",
                    "id": 139680,
                    "name": "Cheese-Emerald DSG",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2023-08-19",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": [
            "logo"
        ]
    }
]