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

[
    {
        "url": "https://demozoo.org/api/v1/productions/158626/?format=api",
        "demozoo_url": "https://demozoo.org/music/158626/",
        "id": 158626,
        "title": "Eating Crumbs",
        "author_nicks": [
            {
                "name": "Piark",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/65098/?format=api",
                    "id": 65098,
                    "name": "Piark",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Kiki Prods.",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5942/?format=api",
                    "id": 5942,
                    "name": "Kiki Productions",
                    "is_group": true
                }
            }
        ],
        "release_date": "2011-11-12",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/30/?format=api",
                "id": 30,
                "name": "Streaming Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]