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

[
    {
        "url": "https://demozoo.org/api/v1/productions/293831/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/293831/",
        "id": 293831,
        "title": "AT-AT",
        "author_nicks": [
            {
                "name": "BMW",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/103735/?format=api",
                    "id": 103735,
                    "name": "BMW",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": null,
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": [
            "star-wars",
            "640x400"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/293832/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/293832/",
        "id": 293832,
        "title": "Fantasia",
        "author_nicks": [
            {
                "name": "BMW",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/103735/?format=api",
                    "id": 103735,
                    "name": "BMW",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": null,
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": [
            "disney",
            "640x400",
            "mickey"
        ]
    }
]