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

[
    {
        "url": "https://demozoo.org/api/v1/productions/204346/?format=api",
        "demozoo_url": "https://demozoo.org/productions/204346/",
        "id": 204346,
        "title": "Cakeday",
        "author_nicks": [
            {
                "name": "Downlords",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5783/?format=api",
                    "id": 5783,
                    "name": "Downlords",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2019-06-01",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/81/?format=api",
                "id": 81,
                "name": "PICO-8"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "birthday-present"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/25416/?format=api",
        "demozoo_url": "https://demozoo.org/productions/25416/",
        "id": 25416,
        "title": "evoke",
        "author_nicks": [
            {
                "name": "Downlords",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5783/?format=api",
                    "id": 5783,
                    "name": "Downlords",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2011-12-28",
        "supertype": "production",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/34/?format=api",
                "id": 34,
                "name": "Video",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/6517/?format=api",
        "demozoo_url": "https://demozoo.org/productions/6517/",
        "id": 6517,
        "title": "Catkin",
        "author_nicks": [
            {
                "name": "Downlords",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5783/?format=api",
                    "id": 5783,
                    "name": "Downlords",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2003-01-26",
        "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/3/?format=api",
                "id": 3,
                "name": "4K Intro",
                "supertype": "production"
            }
        ],
        "tags": [
            "20to4"
        ]
    }
]