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

[
    {
        "url": "https://demozoo.org/api/v1/productions/60893/?format=api",
        "demozoo_url": "https://demozoo.org/productions/60893/",
        "id": 60893,
        "title": "Hydrogen",
        "author_nicks": [
            {
                "name": "Ygrek",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/35168/?format=api",
                    "id": 35168,
                    "name": "Ygrek",
                    "is_group": false
                }
            },
            {
                "name": "elmm",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/35167/?format=api",
                    "id": 35167,
                    "name": "elmm",
                    "is_group": false
                }
            },
            {
                "name": "zZz",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/62314/?format=api",
                    "id": 62314,
                    "name": "zZz",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Kalium Cyanide",
                "abbreviation": "KCN",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/33242/?format=api",
                    "id": 33242,
                    "name": "Kalium Cyanide",
                    "is_group": true
                }
            }
        ],
        "release_date": "2002-05-04",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                "id": 1,
                "name": "Windows"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/2/?format=api",
                "id": 2,
                "name": "64K Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]