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

[
    {
        "url": "https://demozoo.org/api/v1/productions/133096/?format=api",
        "demozoo_url": "https://demozoo.org/productions/133096/",
        "id": 133096,
        "title": "TDF 2015 Girigirinvitation",
        "author_nicks": [
            {
                "name": "Ctrl-Alt-Test",
                "abbreviation": "CAT",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/982/?format=api",
                    "id": 982,
                    "name": "Ctrl-Alt-Test",
                    "is_group": true
                }
            },
            {
                "name": "Primitive",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/24020/?format=api",
                    "id": 24020,
                    "name": "Primitive",
                    "is_group": true
                }
            },
            {
                "name": "RTX1911",
                "abbreviation": "RTX",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/30686/?format=api",
                    "id": 30686,
                    "name": "RTX1911",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2015-02",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/10/?format=api",
                "id": 10,
                "name": "macOS"
            },
            {
                "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": [
            "unity",
            "virtual-reality",
            "source-available",
            "oculus-rift"
        ]
    }
]