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

[
    {
        "url": "https://demozoo.org/api/v1/productions/377064/?format=api",
        "demozoo_url": "https://demozoo.org/productions/377064/",
        "id": 377064,
        "title": "Simplicity is the Key to Happiness",
        "author_nicks": [
            {
                "name": "Trolek",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/144492/?format=api",
                    "id": 144492,
                    "name": "Trolek",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2025-08-23",
        "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/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "pygame",
            "python"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/356385/?format=api",
        "demozoo_url": "https://demozoo.org/music/356385/",
        "id": 356385,
        "title": "Take a Break",
        "author_nicks": [
            {
                "name": "Trolek",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/144492/?format=api",
                    "id": 144492,
                    "name": "Trolek",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2024-08-31",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/30/?format=api",
                "id": 30,
                "name": "Streaming Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]