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

[
    {
        "url": "https://demozoo.org/api/v1/productions/313499/?format=api",
        "demozoo_url": "https://demozoo.org/productions/313499/",
        "id": 313499,
        "title": "Wasabipi",
        "author_nicks": [
            {
                "name": "K2",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/3529/?format=api",
                    "id": 3529,
                    "name": "K2",
                    "is_group": true
                }
            },
            {
                "name": "tenerifeghost",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/134053/?format=api",
                    "id": 134053,
                    "name": "tenerifeghost",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2022-10-01",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/10/?format=api",
                "id": 10,
                "name": "macOS"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "anaglyph-3d",
            "macos"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/338480/?format=api",
        "demozoo_url": "https://demozoo.org/productions/338480/",
        "id": 338480,
        "title": "Feliz Navidad!",
        "author_nicks": [
            {
                "name": "tenerifeghost",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/134053/?format=api",
                    "id": 134053,
                    "name": "tenerifeghost",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2003-12-24",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]