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

[
    {
        "url": "https://demozoo.org/api/v1/productions/316247/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/316247/",
        "id": 316247,
        "title": "Astronaut",
        "author_nicks": [
            {
                "name": "AdamK",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/35243/?format=api",
                    "id": 35243,
                    "name": "AdamK",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Lamers",
                "abbreviation": "LMS",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/18529/?format=api",
                    "id": 18529,
                    "name": "Lamers",
                    "is_group": true
                }
            }
        ],
        "release_date": "2022-12-10",
        "supertype": "graphics",
        "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/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": [
            "pi1"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/128275/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/128275/",
        "id": 128275,
        "title": "Moon Is Shining",
        "author_nicks": [
            {
                "name": "AdamK",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/35243/?format=api",
                    "id": 35243,
                    "name": "AdamK",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2014-12-06",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/36/?format=api",
                "id": 36,
                "name": "Photo",
                "supertype": "graphics"
            }
        ],
        "tags": [
            "nsfw"
        ]
    }
]