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

[
    {
        "url": "https://demozoo.org/api/v1/productions/77378/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/77378/",
        "id": 77378,
        "title": "Greater Than",
        "author_nicks": [
            {
                "name": "Karma",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/27872/?format=api",
                    "id": 27872,
                    "name": "Karma",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2004-05-08",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/45025/?format=api",
        "demozoo_url": "https://demozoo.org/music/45025/",
        "id": 45025,
        "title": "Neo-Tokyo",
        "author_nicks": [
            {
                "name": "Karma",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/27872/?format=api",
                    "id": 27872,
                    "name": "Karma",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1999-07-23",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/30/?format=api",
                "id": 30,
                "name": "Streaming Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]