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

[
    {
        "url": "https://demozoo.org/api/v1/productions/54873/?format=api",
        "demozoo_url": "https://demozoo.org/productions/54873/",
        "id": 54873,
        "title": "RG Rotator",
        "author_nicks": [
            {
                "name": "Stratagem",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/2312/?format=api",
                    "id": 2312,
                    "name": "Stratagem",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Reservoir Gods",
                "abbreviation": "RG",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/2234/?format=api",
                    "id": 2234,
                    "name": "Reservoir Gods",
                    "is_group": true
                }
            }
        ],
        "release_date": "2003-04-20",
        "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/3/?format=api",
                "id": 3,
                "name": "4K Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/53919/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/53919/",
        "id": 53919,
        "title": "Animal Mine Logo",
        "author_nicks": [
            {
                "name": "Stratagem",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/2312/?format=api",
                    "id": 2312,
                    "name": "Stratagem",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Animal Mine",
                "abbreviation": "AM",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/2150/?format=api",
                    "id": 2150,
                    "name": "Animal Mine",
                    "is_group": true
                }
            }
        ],
        "release_date": "1996-11-02",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]