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

[
    {
        "url": "https://demozoo.org/api/v1/productions/302340/?format=api",
        "demozoo_url": "https://demozoo.org/productions/302340/",
        "id": 302340,
        "title": "Fireworks",
        "author_nicks": [
            {
                "name": "Kai",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/118120/?format=api",
                    "id": 118120,
                    "name": "Kai",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2021-11-12",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/12/?format=api",
                "id": 12,
                "name": "Browser"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "meowbit"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/287244/?format=api",
        "demozoo_url": "https://demozoo.org/productions/287244/",
        "id": 287244,
        "title": "Meowbit Demo #1",
        "author_nicks": [
            {
                "name": "Kai",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/118120/?format=api",
                    "id": 118120,
                    "name": "Kai",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2020-11-20",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/14/?format=api",
                "id": 14,
                "name": "Console Handheld"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "first-production",
            "meowbit"
        ]
    }
]