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

[
    {
        "url": "https://demozoo.org/api/v1/productions/151039/?format=api",
        "demozoo_url": "https://demozoo.org/productions/151039/",
        "id": 151039,
        "title": "2 Nice Fish",
        "author_nicks": [
            {
                "name": "The Gang",
                "abbreviation": "GNG",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/4083/?format=api",
                    "id": 4083,
                    "name": "The Gang",
                    "is_group": true
                }
            },
            {
                "name": "nEUROTIC DESIGN",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/23255/?format=api",
                    "id": 23255,
                    "name": "nEUROTIC DESIGN",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2004-11-06",
        "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/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/35412/?format=api",
        "demozoo_url": "https://demozoo.org/productions/35412/",
        "id": 35412,
        "title": "2 nICE fISH",
        "author_nicks": [
            {
                "name": "nEUROTIC DESIGN",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/23255/?format=api",
                    "id": 23255,
                    "name": "nEUROTIC DESIGN",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1997-06-17",
        "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/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "turbo-pascal"
        ]
    }
]