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

[
    {
        "url": "https://demozoo.org/api/v1/productions/54309/?format=api",
        "demozoo_url": "https://demozoo.org/productions/54309/",
        "id": 54309,
        "title": "Two",
        "author_nicks": [
            {
                "name": "Segfault Garden",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/32371/?format=api",
                    "id": 32371,
                    "name": "Segfault Garden",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2011-10-22",
        "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/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/368685/?format=api",
        "demozoo_url": "https://demozoo.org/productions/368685/",
        "id": 368685,
        "title": "Silly Human jr",
        "author_nicks": [
            {
                "name": "Segfault Garden",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/32371/?format=api",
                    "id": 32371,
                    "name": "Segfault Garden",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2011-10-22",
        "supertype": "production",
        "platforms": [],
        "types": [],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/87215/?format=api",
        "demozoo_url": "https://demozoo.org/productions/87215/",
        "id": 87215,
        "title": "Binary of Babel",
        "author_nicks": [
            {
                "name": "Segfault Garden",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/32371/?format=api",
                    "id": 32371,
                    "name": "Segfault Garden",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2010-10-23",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/7/?format=api",
                "id": 7,
                "name": "Linux"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "d",
            "pascal",
            "concept",
            "java",
            "lua",
            "python",
            "asm",
            "visual-basic",
            "source-available"
        ]
    }
]