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

[
    {
        "url": "https://demozoo.org/api/v1/productions/308301/?format=api",
        "demozoo_url": "https://demozoo.org/music/308301/",
        "id": 308301,
        "title": "Chris1.tbs",
        "author_nicks": [
            {
                "name": "Tbs",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/78448/?format=api",
                    "id": 78448,
                    "name": "Tbs",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "The Magic Arts",
                "abbreviation": "TMA",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/3434/?format=api",
                    "id": 3434,
                    "name": "The Magic Arts",
                    "is_group": true
                }
            }
        ],
        "release_date": "1990-04-08",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "soundtracker",
            "4ch",
            "mod"
        ]
    }
]