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

[
    {
        "url": "https://demozoo.org/api/v1/productions/57723/?format=api",
        "demozoo_url": "https://demozoo.org/productions/57723/",
        "id": 57723,
        "title": "Time Edge",
        "author_nicks": [
            {
                "name": "Pulp Function",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/28235/?format=api",
                    "id": 28235,
                    "name": "Pulp Function",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2001-07-21",
        "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": [
            "bass",
            "character-animation",
            "video-cap-needed"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/45688/?format=api",
        "demozoo_url": "https://demozoo.org/productions/45688/",
        "id": 45688,
        "title": "Troll Story",
        "author_nicks": [
            {
                "name": "Pulp Function",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/28235/?format=api",
                    "id": 28235,
                    "name": "Pulp Function",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1999-02-20",
        "supertype": "production",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "lost"
        ]
    }
]