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

[
    {
        "url": "https://demozoo.org/api/v1/productions/78817/?format=api",
        "demozoo_url": "https://demozoo.org/productions/78817/",
        "id": 78817,
        "title": "Multiscroller aka Bla-Demo",
        "author_nicks": [
            {
                "name": "The Vikings",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/49668/?format=api",
                    "id": 49668,
                    "name": "The Vikings",
                    "is_group": true
                }
            },
            {
                "name": "The X'Press Crew",
                "abbreviation": "TXC",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/41017/?format=api",
                    "id": 41017,
                    "name": "The X'Press Crew",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1991-10-01",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
                "id": 9,
                "name": "Atari ST/E"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/4/?format=api",
                "id": 4,
                "name": "Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/64674/?format=api",
        "demozoo_url": "https://demozoo.org/productions/64674/",
        "id": 64674,
        "title": "3d Scroller",
        "author_nicks": [
            {
                "name": "The Vikings",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/49668/?format=api",
                    "id": 49668,
                    "name": "The Vikings",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1991-06-23",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
                "id": 9,
                "name": "Atari ST/E"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]