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

[
    {
        "url": "https://demozoo.org/api/v1/productions/39522/?format=api",
        "demozoo_url": "https://demozoo.org/productions/39522/",
        "id": 39522,
        "title": "NONAME",
        "author_nicks": [
            {
                "name": "Cote",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/25236/?format=api",
                    "id": 25236,
                    "name": "Cote",
                    "is_group": false
                }
            },
            {
                "name": "JOrge",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/25237/?format=api",
                    "id": 25237,
                    "name": "JOrge",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Fedcon",
                "abbreviation": "FCN",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/25238/?format=api",
                    "id": 25238,
                    "name": "Fedcon",
                    "is_group": true
                }
            }
        ],
        "release_date": "1998-12-26",
        "supertype": "production",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "lost"
        ]
    }
]