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

[
    {
        "url": "https://demozoo.org/api/v1/productions/183289/?format=api",
        "demozoo_url": "https://demozoo.org/productions/183289/",
        "id": 183289,
        "title": "Lameness Intro",
        "author_nicks": [
            {
                "name": "Backbone Society",
                "abbreviation": "BBS",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/76054/?format=api",
                    "id": 76054,
                    "name": "Backbone Society",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2014-12-27",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/43/?format=api",
                "id": 43,
                "name": "8K Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]