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

[
    {
        "url": "https://demozoo.org/api/v1/productions/181579/?format=api",
        "demozoo_url": "https://demozoo.org/music/181579/",
        "id": 181579,
        "title": "Wakka Wakka (Soundtrack)",
        "author_nicks": [
            {
                "name": "Mike Instant",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/34309/?format=api",
                    "id": 34309,
                    "name": "Mike Instant",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "3players",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/75453/?format=api",
                    "id": 75453,
                    "name": "3players",
                    "is_group": true
                }
            }
        ],
        "release_date": "2006-08-19",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/30/?format=api",
                "id": 30,
                "name": "Streaming Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "mp3"
        ]
    }
]