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

[
    {
        "url": "https://demozoo.org/api/v1/productions/249198/?format=api",
        "demozoo_url": "https://demozoo.org/productions/249198/",
        "id": 249198,
        "title": "Toy Thieves",
        "author_nicks": [
            {
                "name": "Team Grappling Hook",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/80236/?format=api",
                    "id": 80236,
                    "name": "Team Grappling Hook",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2019-08-02",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                "id": 1,
                "name": "Windows"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            }
        ],
        "tags": [
            "unity"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/191250/?format=api",
        "demozoo_url": "https://demozoo.org/productions/191250/",
        "id": 191250,
        "title": "Tanks With Hands: Armed and Treaded",
        "author_nicks": [
            {
                "name": "Team Grappling Hook",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/80236/?format=api",
                    "id": 80236,
                    "name": "Team Grappling Hook",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2018-08-03",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                "id": 1,
                "name": "Windows"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            }
        ],
        "tags": [
            "unity"
        ]
    }
]