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

[
    {
        "url": "https://demozoo.org/api/v1/productions/267799/?format=api",
        "demozoo_url": "https://demozoo.org/productions/267799/",
        "id": 267799,
        "title": "Wedtro",
        "author_nicks": [
            {
                "name": "Quadra",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/37699/?format=api",
                    "id": 37699,
                    "name": "Quadra",
                    "is_group": true
                }
            },
            {
                "name": "The Lab",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/20487/?format=api",
                    "id": 20487,
                    "name": "The Lab",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2003-07",
        "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": [
            "wedding"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/90078/?format=api",
        "demozoo_url": "https://demozoo.org/productions/90078/",
        "id": 90078,
        "title": "Slither",
        "author_nicks": [
            {
                "name": "Quadra",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/37699/?format=api",
                    "id": 37699,
                    "name": "Quadra",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2003-04-19",
        "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": []
    }
]