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

[
    {
        "url": "https://demozoo.org/api/v1/productions/95508/?format=api",
        "demozoo_url": "https://demozoo.org/productions/95508/",
        "id": 95508,
        "title": "Vandalism News 11",
        "author_nicks": [
            {
                "name": "Rebels",
                "abbreviation": "RBL",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/8826/?format=api",
                    "id": 8826,
                    "name": "Rebels",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1993-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/5/?format=api",
                "id": 5,
                "name": "Diskmag",
                "supertype": "production"
            }
        ],
        "tags": [
            "vandalism-news"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/126680/?format=api",
        "demozoo_url": "https://demozoo.org/productions/126680/",
        "id": 126680,
        "title": "Fading Dreams",
        "author_nicks": [
            {
                "name": "Rebels",
                "abbreviation": "RBL",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/8826/?format=api",
                    "id": 8826,
                    "name": "Rebels",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1991-06-09",
        "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": []
    }
]