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

[
    {
        "url": "https://demozoo.org/api/v1/productions/52180/?format=api",
        "demozoo_url": "https://demozoo.org/productions/52180/",
        "id": 52180,
        "title": "Leave Alien Drink Alcohol",
        "author_nicks": [
            {
                "name": "Lost Horizon",
                "abbreviation": "LH",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/28222/?format=api",
                    "id": 28222,
                    "name": "Lost Horizon",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2000-07-11",
        "supertype": "production",
        "platforms": [],
        "types": [],
        "tags": [
            "lost"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/45655/?format=api",
        "demozoo_url": "https://demozoo.org/productions/45655/",
        "id": 45655,
        "title": "Destiny Circulation",
        "author_nicks": [
            {
                "name": "Lost Horizon",
                "abbreviation": "LH",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/28222/?format=api",
                    "id": 28222,
                    "name": "Lost Horizon",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1999-12-11",
        "supertype": "production",
        "platforms": [],
        "types": [],
        "tags": [
            "lost"
        ]
    }
]