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

[
    {
        "url": "https://demozoo.org/api/v1/productions/130175/?format=api",
        "demozoo_url": "https://demozoo.org/productions/130175/",
        "id": 130175,
        "title": "Virspy V1.4a",
        "author_nicks": [
            {
                "name": "Penguin",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/19871/?format=api",
                    "id": 19871,
                    "name": "Penguin",
                    "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": null,
        "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/6/?format=api",
                "id": 6,
                "name": "Tool",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/29040/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/29040/",
        "id": 29040,
        "title": "Pinguin",
        "author_nicks": [
            {
                "name": "Penguin",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/19871/?format=api",
                    "id": 19871,
                    "name": "Penguin",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1995-11-04",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]