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

[
    {
        "url": "https://demozoo.org/api/v1/productions/360402/?format=api",
        "demozoo_url": "https://demozoo.org/productions/360402/",
        "id": 360402,
        "title": "Goodbye Oregon",
        "author_nicks": [
            {
                "name": "House Of Lords",
                "abbreviation": "HOL",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/108150/?format=api",
                    "id": 108150,
                    "name": "House Of Lords",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1989",
        "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": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/187994/?format=api",
        "demozoo_url": "https://demozoo.org/productions/187994/",
        "id": 187994,
        "title": "Outworn",
        "author_nicks": [
            {
                "name": "2000 A.D.",
                "abbreviation": "2AD",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/20/?format=api",
                    "id": 20,
                    "name": "2000 A.D.",
                    "is_group": true
                }
            },
            {
                "name": "House Of Lords",
                "abbreviation": "HOL",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/108150/?format=api",
                    "id": 108150,
                    "name": "House Of Lords",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1989",
        "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": []
    }
]