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

[
    {
        "url": "https://demozoo.org/api/v1/productions/367034/?format=api",
        "demozoo_url": "https://demozoo.org/productions/367034/",
        "id": 367034,
        "title": "Duckie Demo",
        "author_nicks": [
            {
                "name": "The Amigos",
                "abbreviation": "AGS",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/109514/?format=api",
                    "id": 109514,
                    "name": "The Amigos",
                    "is_group": true
                }
            },
            {
                "name": "The Game Masters",
                "abbreviation": "TGM",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/109736/?format=api",
                    "id": 109736,
                    "name": "The Game Masters",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": null,
        "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": [
            "one-file-demo"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/367035/?format=api",
        "demozoo_url": "https://demozoo.org/productions/367035/",
        "id": 367035,
        "title": "Super Demo I",
        "author_nicks": [
            {
                "name": "The Game Masters",
                "abbreviation": "TGM",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/109736/?format=api",
                    "id": 109736,
                    "name": "The Game Masters",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1986",
        "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": [
            "one-file-demo"
        ]
    }
]