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

[
    {
        "url": "https://demozoo.org/api/v1/productions/161724/?format=api",
        "demozoo_url": "https://demozoo.org/productions/161724/",
        "id": 161724,
        "title": "Semtex V1.0b",
        "author_nicks": [
            {
                "name": "Phobyx Creative Labs",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/67028/?format=api",
                    "id": 67028,
                    "name": "Phobyx Creative Labs",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1998-11-22",
        "supertype": "production",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            }
        ],
        "tags": [
            "bomberman",
            "os2"
        ]
    }
]