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

[
    {
        "url": "https://demozoo.org/api/v1/productions/354347/?format=api",
        "demozoo_url": "https://demozoo.org/productions/354347/",
        "id": 354347,
        "title": "Charmaker Pack",
        "author_nicks": [
            {
                "name": "The Game Killers",
                "abbreviation": "TGK",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/109735/?format=api",
                    "id": 109735,
                    "name": "The Game Killers",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1990-03",
        "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/9/?format=api",
                "id": 9,
                "name": "Pack",
                "supertype": "production"
            },
            {
                "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/352830/?format=api",
        "demozoo_url": "https://demozoo.org/productions/352830/",
        "id": 352830,
        "title": "Co-op Demo",
        "author_nicks": [
            {
                "name": "Queensland Copy Federation",
                "abbreviation": "QCF",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/107091/?format=api",
                    "id": 107091,
                    "name": "Queensland Copy Federation",
                    "is_group": true
                }
            },
            {
                "name": "The Game Killers",
                "abbreviation": "TGK",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/109735/?format=api",
                    "id": 109735,
                    "name": "The Game Killers",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1990",
        "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": []
    }
]