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

[
    {
        "url": "https://demozoo.org/api/v1/productions/96808/?format=api",
        "demozoo_url": "https://demozoo.org/productions/96808/",
        "id": 96808,
        "title": "Demo of the Year 2013",
        "author_nicks": [
            {
                "name": "Alpha Flight",
                "abbreviation": "AFL",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/1492/?format=api",
                    "id": 1492,
                    "name": "Alpha Flight",
                    "is_group": true
                }
            },
            {
                "name": "Axis",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5568/?format=api",
                    "id": 5568,
                    "name": "Axis",
                    "is_group": false
                }
            },
            {
                "name": "Camelot",
                "abbreviation": "CML",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/137/?format=api",
                    "id": 137,
                    "name": "Camelot",
                    "is_group": true
                }
            },
            {
                "name": "Censor Design",
                "abbreviation": "CD",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/1273/?format=api",
                    "id": 1273,
                    "name": "Censor Design",
                    "is_group": true
                }
            },
            {
                "name": "Chorus",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/1009/?format=api",
                    "id": 1009,
                    "name": "Chorus",
                    "is_group": true
                }
            },
            {
                "name": "Fossil",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/68246/?format=api",
                    "id": 68246,
                    "name": "Fossil",
                    "is_group": true
                }
            },
            {
                "name": "Hitmen",
                "abbreviation": "HIT",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/2964/?format=api",
                    "id": 2964,
                    "name": "Hitmen",
                    "is_group": true
                }
            },
            {
                "name": "Laxity",
                "abbreviation": "LXT",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5915/?format=api",
                    "id": 5915,
                    "name": "Laxity",
                    "is_group": true
                }
            },
            {
                "name": "Oxyron",
                "abbreviation": "OXY",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/762/?format=api",
                    "id": 762,
                    "name": "Oxyron",
                    "is_group": true
                }
            },
            {
                "name": "Phantasy",
                "abbreviation": "PHT",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/2226/?format=api",
                    "id": 2226,
                    "name": "Phantasy",
                    "is_group": true
                }
            },
            {
                "name": "Yazoo",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5150/?format=api",
                    "id": 5150,
                    "name": "Yazoo",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2013-07-20",
        "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"
            }
        ],
        "tags": [
            "anthology"
        ]
    }
]