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

[
    {
        "url": "https://demozoo.org/api/v1/productions/273907/?format=api",
        "demozoo_url": "https://demozoo.org/productions/273907/",
        "id": 273907,
        "title": "Bounce",
        "author_nicks": [
            {
                "name": "The New Image",
                "abbreviation": "TNI",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/53210/?format=api",
                    "id": 53210,
                    "name": "The New Image",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2004-11",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/31/?format=api",
                "id": 31,
                "name": "MSX"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "msx2"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/121509/?format=api",
        "demozoo_url": "https://demozoo.org/productions/121509/",
        "id": 121509,
        "title": "Versatility",
        "author_nicks": [
            {
                "name": "The New Image",
                "abbreviation": "TNI",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/53210/?format=api",
                    "id": 53210,
                    "name": "The New Image",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1998",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/38/?format=api",
                "id": 38,
                "name": "Nintendo Game Boy (GB)"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "paint-shop-pro"
        ]
    }
]