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

[
    {
        "url": "https://demozoo.org/api/v1/productions/38799/?format=api",
        "demozoo_url": "https://demozoo.org/productions/38799/",
        "id": 38799,
        "title": "Radiation",
        "author_nicks": [
            {
                "name": "The Camel Drivers",
                "abbreviation": "TCD",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/52879/?format=api",
                    "id": 52879,
                    "name": "The Camel Drivers",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1998-10-30",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/6/?format=api",
                "id": 6,
                "name": "Amiga AGA"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]