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

[
    {
        "url": "https://demozoo.org/api/v1/productions/332288/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/332288/",
        "id": 332288,
        "title": "Medusa",
        "author_nicks": [
            {
                "name": "Nico N",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/140086/?format=api",
                    "id": 140086,
                    "name": "Nico N",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2023-10-27",
        "supertype": "graphics",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/16/?format=api",
                "id": 16,
                "name": "Atari 8 bit"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/24/?format=api",
                "id": 24,
                "name": "ASCII",
                "supertype": "graphics"
            }
        ],
        "tags": [
            "atascii"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/332293/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/332293/",
        "id": 332293,
        "title": "Drowned",
        "author_nicks": [
            {
                "name": "Nico N",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/140086/?format=api",
                    "id": 140086,
                    "name": "Nico N",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2023-10-27",
        "supertype": "graphics",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/16/?format=api",
                "id": 16,
                "name": "Atari 8 bit"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/24/?format=api",
                "id": 24,
                "name": "ASCII",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]