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

[
    {
        "url": "https://demozoo.org/api/v1/productions/303582/?format=api",
        "demozoo_url": "https://demozoo.org/productions/303582/",
        "id": 303582,
        "title": "Christmas Tree",
        "author_nicks": [
            {
                "name": "Naufr4g0",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/77434/?format=api",
                    "id": 77434,
                    "name": "Naufr4g0",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2021-12-23",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "types": [],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/268715/?format=api",
        "demozoo_url": "https://demozoo.org/productions/268715/",
        "id": 268715,
        "title": "EarthWorm",
        "author_nicks": [
            {
                "name": "Naufr4g0",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/77434/?format=api",
                    "id": 77434,
                    "name": "Naufr4g0",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2019-04-13",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "types": [],
        "tags": [
            "commodore-basic-v2",
            "snake"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/186097/?format=api",
        "demozoo_url": "https://demozoo.org/productions/186097/",
        "id": 186097,
        "title": "Slalom 1.1",
        "author_nicks": [
            {
                "name": "Naufr4g0",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/77434/?format=api",
                    "id": 77434,
                    "name": "Naufr4g0",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2018-04-07",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]