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

[
    {
        "url": "https://demozoo.org/api/v1/productions/133197/?format=api",
        "demozoo_url": "https://demozoo.org/productions/133197/",
        "id": 133197,
        "title": "Blue Impulse",
        "author_nicks": [
            {
                "name": "i-saint",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/24019/?format=api",
                    "id": 24019,
                    "name": "i-saint",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Primitive",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/24020/?format=api",
                    "id": 24020,
                    "name": "Primitive",
                    "is_group": true
                }
            }
        ],
        "release_date": "2015-02-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": [
            "unity",
            "monochrome",
            "ambient",
            "single-effect"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/36850/?format=api",
        "demozoo_url": "https://demozoo.org/productions/36850/",
        "id": 36850,
        "title": "Atomic",
        "author_nicks": [
            {
                "name": "i-saint",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/24019/?format=api",
                    "id": 24019,
                    "name": "i-saint",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Primitive",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/24020/?format=api",
                    "id": 24020,
                    "name": "Primitive",
                    "is_group": true
                }
            }
        ],
        "release_date": "2012-01-13",
        "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/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]