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

[
    {
        "url": "https://demozoo.org/api/v1/productions/34260/?format=api",
        "demozoo_url": "https://demozoo.org/productions/34260/",
        "id": 34260,
        "title": "Vill Demo",
        "author_nicks": [
            {
                "name": "Braindead",
                "abbreviation": "BRD",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5441/?format=api",
                    "id": 5441,
                    "name": "Braindead",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1997-10-22",
        "supertype": "production",
        "platforms": [],
        "types": [],
        "tags": [
            "lost"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/19144/?format=api",
        "demozoo_url": "https://demozoo.org/productions/19144/",
        "id": 19144,
        "title": "Norje",
        "author_nicks": [
            {
                "name": "Braindead",
                "abbreviation": "BRD",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5441/?format=api",
                    "id": 5441,
                    "name": "Braindead",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1997-03-30",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/4/?format=api",
                "id": 4,
                "name": "MS-Dos"
            }
        ],
        "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/18012/?format=api",
        "demozoo_url": "https://demozoo.org/productions/18012/",
        "id": 18012,
        "title": "Amiga.exe",
        "author_nicks": [
            {
                "name": "Braindead",
                "abbreviation": "BRD",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5441/?format=api",
                    "id": 5441,
                    "name": "Braindead",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1996-04-06",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/6/?format=api",
                "id": 6,
                "name": "Amiga AGA"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/2/?format=api",
                "id": 2,
                "name": "64K Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]