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

[
    {
        "url": "https://demozoo.org/api/v1/productions/75245/?format=api",
        "demozoo_url": "https://demozoo.org/productions/75245/",
        "id": 75245,
        "title": "Dumbass - Better then Jackass",
        "author_nicks": [
            {
                "name": "Talismoon Entertainment",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/35954/?format=api",
                    "id": 35954,
                    "name": "Talismoon Entertainment",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2003-06-28",
        "supertype": "production",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/34/?format=api",
                "id": 34,
                "name": "Video",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/62092/?format=api",
        "demozoo_url": "https://demozoo.org/productions/62092/",
        "id": 62092,
        "title": "WeeDiz",
        "author_nicks": [
            {
                "name": "Talismoon Entertainment",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/35954/?format=api",
                    "id": 35954,
                    "name": "Talismoon Entertainment",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2002-06-29",
        "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": []
    }
]