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

[
    {
        "url": "https://demozoo.org/api/v1/productions/68288/?format=api",
        "demozoo_url": "https://demozoo.org/productions/68288/",
        "id": 68288,
        "title": "Gamers Aren´t Lamers",
        "author_nicks": [
            {
                "name": "Bloodaxe",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/38164/?format=api",
                    "id": 38164,
                    "name": "Bloodaxe",
                    "is_group": false
                }
            },
            {
                "name": "Dragonslayer",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/127310/?format=api",
                    "id": 127310,
                    "name": "Dragonslayer",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2003-11-29",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                "id": 1,
                "name": "Windows"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]