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

[
    {
        "url": "https://demozoo.org/api/v1/productions/75040/?format=api",
        "demozoo_url": "https://demozoo.org/music/75040/",
        "id": 75040,
        "title": "Goofy Doofy",
        "author_nicks": [
            {
                "name": "Neo",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/32741/?format=api",
                    "id": 32741,
                    "name": "Neo",
                    "is_group": false
                }
            },
            {
                "name": "Yogibear",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/11949/?format=api",
                    "id": 11949,
                    "name": "Yogib33r",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2013-06-09",
        "supertype": "music",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/31/?format=api",
                "id": 31,
                "name": "Executable Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "8580"
        ]
    }
]