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

[
    {
        "url": "https://demozoo.org/api/v1/productions/6773/?format=api",
        "demozoo_url": "https://demozoo.org/music/6773/",
        "id": 6773,
        "title": "my funky lil' doll",
        "author_nicks": [
            {
                "name": "Syndrome",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/7942/?format=api",
                    "id": 7942,
                    "name": "Syndrome",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Sonic",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/330/?format=api",
                    "id": 330,
                    "name": "Sonik Clique",
                    "is_group": true
                }
            }
        ],
        "release_date": "1993-07-31",
        "supertype": "music",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/5/?format=api",
                "id": 5,
                "name": "Amiga OCS/ECS"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "4ch",
            "mod"
        ]
    }
]