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

[
    {
        "url": "https://demozoo.org/api/v1/productions/24131/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/24131/",
        "id": 24131,
        "title": "Komnata in 3d",
        "author_nicks": [
            {
                "name": "Dr. Deadmake",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/17489/?format=api",
                    "id": 17489,
                    "name": "Dr. Deadmake",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Sista Vip",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/17272/?format=api",
                    "id": 17272,
                    "name": "Very Important Pictures",
                    "is_group": true
                }
            }
        ],
        "release_date": "2000-04-23",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/24159/?format=api",
        "demozoo_url": "https://demozoo.org/productions/24159/",
        "id": 24159,
        "title": "Arcade",
        "author_nicks": [
            {
                "name": "Dr. Deadmake",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/17489/?format=api",
                    "id": 17489,
                    "name": "Dr. Deadmake",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Sista Vip",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/17272/?format=api",
                    "id": 17272,
                    "name": "Very Important Pictures",
                    "is_group": true
                }
            }
        ],
        "release_date": "2000-04-23",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/4/?format=api",
                "id": 4,
                "name": "MS-Dos"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            }
        ],
        "tags": [
            "no-music",
            "breakout",
            "multiplayer"
        ]
    }
]