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

[
    {
        "url": "https://demozoo.org/api/v1/productions/104923/?format=api",
        "demozoo_url": "https://demozoo.org/music/104923/",
        "id": 104923,
        "title": "Broken",
        "author_nicks": [
            {
                "name": "Marcer",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/3991/?format=api",
                    "id": 3991,
                    "name": "Marcer",
                    "is_group": false
                }
            },
            {
                "name": "Sofia",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/48646/?format=api",
                    "id": 48646,
                    "name": "Sofia",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": null,
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/30/?format=api",
                "id": 30,
                "name": "Streaming Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "mp3"
        ]
    }
]