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

[
    {
        "url": "https://demozoo.org/api/v1/productions/9372/?format=api",
        "demozoo_url": "https://demozoo.org/productions/9372/",
        "id": 9372,
        "title": "Statement",
        "author_nicks": [
            {
                "name": "JaSoft",
                "abbreviation": "JAS",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/10834/?format=api",
                    "id": 10834,
                    "name": "JaSoft",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2006-07-29",
        "supertype": "production",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/34/?format=api",
                "id": 34,
                "name": "Video",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/54553/?format=api",
        "demozoo_url": "https://demozoo.org/productions/54553/",
        "id": 54553,
        "title": "First Intro",
        "author_nicks": [
            {
                "name": "JaSoft",
                "abbreviation": "JAS",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/10834/?format=api",
                    "id": 10834,
                    "name": "JaSoft",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2001-07-07",
        "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/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "first-production"
        ]
    }
]