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

[
    {
        "url": "https://demozoo.org/api/v1/productions/174138/?format=api",
        "demozoo_url": "https://demozoo.org/productions/174138/",
        "id": 174138,
        "title": "Bold",
        "author_nicks": [
            {
                "name": "Laurent Kermel",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/41808/?format=api",
                    "id": 41808,
                    "name": "Laurent Kermel",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2004-05",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
                "id": 9,
                "name": "Atari ST/E"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            }
        ],
        "tags": [
            "blitter"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/174140/?format=api",
        "demozoo_url": "https://demozoo.org/productions/174140/",
        "id": 174140,
        "title": "Wiliness 3",
        "author_nicks": [
            {
                "name": "Laurent Kermel",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/41808/?format=api",
                    "id": 41808,
                    "name": "Laurent Kermel",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2004",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
                "id": 9,
                "name": "Atari ST/E"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]