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

[
    {
        "url": "https://demozoo.org/api/v1/productions/53165/?format=api",
        "demozoo_url": "https://demozoo.org/music/53165/",
        "id": 53165,
        "title": "Rental Blues",
        "author_nicks": [
            {
                "name": "Dodgey Hack",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/9878/?format=api",
                    "id": 9878,
                    "name": "Dodgey Hack",
                    "is_group": false
                }
            },
            {
                "name": "ript",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5616/?format=api",
                    "id": 5616,
                    "name": "ript",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2001-02-16",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/30/?format=api",
                "id": 30,
                "name": "Streaming Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "vocals-in-music"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/53171/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/53171/",
        "id": 53171,
        "title": "Ruins",
        "author_nicks": [
            {
                "name": "Dodgey Hack",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/9878/?format=api",
                    "id": 9878,
                    "name": "Dodgey Hack",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2001-02-16",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]