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

[
    {
        "url": "https://demozoo.org/api/v1/productions/3785/?format=api",
        "demozoo_url": "https://demozoo.org/productions/3785/",
        "id": 3785,
        "title": "Rainmob: Come to Demozone",
        "author_nicks": [
            {
                "name": "Matt Current",
                "abbreviation": "MC",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/10/?format=api",
                    "id": 10,
                    "name": "Matt Current",
                    "is_group": true
                }
            },
            {
                "name": "Nebula",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5675/?format=api",
                    "id": 5675,
                    "name": "Nebula",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2005-03-28",
        "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/3/?format=api",
                "id": 3,
                "name": "4K Intro",
                "supertype": "production"
            }
        ],
        "tags": [
            "shader-model-2.0"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/3291/?format=api",
        "demozoo_url": "https://demozoo.org/productions/3291/",
        "id": 3291,
        "title": "Frozen",
        "author_nicks": [
            {
                "name": "Nebula",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5675/?format=api",
                    "id": 5675,
                    "name": "Nebula",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2003-04-21",
        "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/3/?format=api",
                "id": 3,
                "name": "4K Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/65559/?format=api",
        "demozoo_url": "https://demozoo.org/productions/65559/",
        "id": 65559,
        "title": "Woost",
        "author_nicks": [
            {
                "name": "Nebula",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5675/?format=api",
                    "id": 5675,
                    "name": "Nebula",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2002-02-23",
        "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/3/?format=api",
                "id": 3,
                "name": "4K Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]