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

[
    {
        "url": "https://demozoo.org/api/v1/productions/18835/?format=api",
        "demozoo_url": "https://demozoo.org/productions/18835/",
        "id": 18835,
        "title": "No More 3DS Ducks",
        "author_nicks": [
            {
                "name": "ActionForce",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/13608/?format=api",
                    "id": 13608,
                    "name": "ActionForce",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1997-03-31",
        "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/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            }
        ],
        "tags": [
            "pascal",
            "32k"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/33288/?format=api",
        "demozoo_url": "https://demozoo.org/productions/33288/",
        "id": 33288,
        "title": "Sailor Senshi",
        "author_nicks": [
            {
                "name": "ActionForce",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/13608/?format=api",
                    "id": 13608,
                    "name": "ActionForce",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1996-11-02",
        "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/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "lost"
        ]
    }
]