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

[
    {
        "url": "https://demozoo.org/api/v1/productions/59937/?format=api",
        "demozoo_url": "https://demozoo.org/productions/59937/",
        "id": 59937,
        "title": "5 Faces",
        "author_nicks": [
            {
                "name": "Cloudkicker",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/34780/?format=api",
                    "id": 34780,
                    "name": "Cloudkicker",
                    "is_group": false
                }
            },
            {
                "name": "Fairlight",
                "abbreviation": "FLT",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/239/?format=api",
                    "id": 239,
                    "name": "Fairlight",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2013-03-31",
        "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": [
            "bass",
            "directx-11",
            "raytracing",
            "city"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/60033/?format=api",
        "demozoo_url": "https://demozoo.org/music/60033/",
        "id": 60033,
        "title": "Signal / Noise",
        "author_nicks": [
            {
                "name": "Cloudkicker",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/34780/?format=api",
                    "id": 34780,
                    "name": "Cloudkicker",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2013-03-31",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/30/?format=api",
                "id": 30,
                "name": "Streaming Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]