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

[
    {
        "url": "https://demozoo.org/api/v1/productions/178614/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/178614/",
        "id": 178614,
        "title": "Kiss",
        "author_nicks": [
            {
                "name": "Frozen East Records",
                "abbreviation": "FER",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/38535/?format=api",
                    "id": 38535,
                    "name": "Frozen East Records",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2001",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/69537/?format=api",
        "demozoo_url": "https://demozoo.org/productions/69537/",
        "id": 69537,
        "title": "Adjust-o-Matic 1.0",
        "author_nicks": [
            {
                "name": "Frozen East Records",
                "abbreviation": "FER",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/38535/?format=api",
                    "id": 38535,
                    "name": "Frozen East Records",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1997",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/4/?format=api",
                "id": 4,
                "name": "MS-Dos"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/6/?format=api",
                "id": 6,
                "name": "Tool",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]