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

[
    {
        "url": "https://demozoo.org/api/v1/productions/3646/?format=api",
        "demozoo_url": "https://demozoo.org/productions/3646/",
        "id": 3646,
        "title": "PacBall",
        "author_nicks": [
            {
                "name": "Cryo",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5874/?format=api",
                    "id": 5874,
                    "name": "Cryo",
                    "is_group": false
                }
            },
            {
                "name": "twi",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5875/?format=api",
                    "id": 5875,
                    "name": "twy",
                    "is_group": false
                }
            }
        ],
        "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/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            }
        ],
        "tags": [
            "opengl",
            "no-sound",
            "upx",
            "pac-man"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/20900/?format=api",
        "demozoo_url": "https://demozoo.org/productions/20900/",
        "id": 20900,
        "title": "3 (In Worten: Drei)",
        "author_nicks": [
            {
                "name": "Cryo",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5874/?format=api",
                    "id": 5874,
                    "name": "Cryo",
                    "is_group": false
                }
            },
            {
                "name": "twy",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5875/?format=api",
                    "id": 5875,
                    "name": "twy",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2003-08",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/7/?format=api",
                "id": 7,
                "name": "Linux"
            },
            {
                "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": []
    }
]