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

[
    {
        "url": "https://demozoo.org/api/v1/productions/3082/?format=api",
        "demozoo_url": "https://demozoo.org/productions/3082/",
        "id": 3082,
        "title": "Fastboot V1.0",
        "author_nicks": [
            {
                "name": "Encore",
                "abbreviation": "ENC",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5511/?format=api",
                    "id": 5511,
                    "name": "Encore",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1996-01-27",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/6/?format=api",
                "id": 6,
                "name": "Amiga AGA"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/6/?format=api",
                "id": 6,
                "name": "Tool",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/4165/?format=api",
        "demozoo_url": "https://demozoo.org/productions/4165/",
        "id": 4165,
        "title": "Digital Surgery",
        "author_nicks": [
            {
                "name": "Encore",
                "abbreviation": "ENC",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5511/?format=api",
                    "id": 5511,
                    "name": "Encore",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1992-04-19",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/5/?format=api",
                "id": 5,
                "name": "Amiga OCS/ECS"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]