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

[
    {
        "url": "https://demozoo.org/api/v1/productions/154565/?format=api",
        "demozoo_url": "https://demozoo.org/productions/154565/",
        "id": 154565,
        "title": "What is Best In Life?",
        "author_nicks": [
            {
                "name": "Conan",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/64401/?format=api",
                    "id": 64401,
                    "name": "Conan",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Barbaric",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/64402/?format=api",
                    "id": 64402,
                    "name": "Barbaric",
                    "is_group": true
                }
            }
        ],
        "release_date": "2011-06-12",
        "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/10/?format=api",
                "id": 10,
                "name": "40k Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]