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

[
    {
        "url": "https://demozoo.org/api/v1/productions/386480/?format=api",
        "demozoo_url": "https://demozoo.org/productions/386480/",
        "id": 386480,
        "title": "The Cuddly Demos (HTML5 CODEF Remake)",
        "author_nicks": [
            {
                "name": "Ayoros",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/31666/?format=api",
                    "id": 31666,
                    "name": "Ayoros",
                    "is_group": false
                }
            },
            {
                "name": "Dyno",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/52924/?format=api",
                    "id": 52924,
                    "name": "Dyno",
                    "is_group": false
                }
            },
            {
                "name": "Frutbunn",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/62800/?format=api",
                    "id": 62800,
                    "name": "Frutbunn",
                    "is_group": false
                }
            },
            {
                "name": "Mellow Man",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/106126/?format=api",
                    "id": 106126,
                    "name": "Mellow Man",
                    "is_group": false
                }
            },
            {
                "name": "New Core",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/2218/?format=api",
                    "id": 2218,
                    "name": "NewCore",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2016-12",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/12/?format=api",
                "id": 12,
                "name": "Browser"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "codef"
        ]
    }
]