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

[
    {
        "url": "https://demozoo.org/api/v1/productions/159851/?format=api",
        "demozoo_url": "https://demozoo.org/music/159851/",
        "id": 159851,
        "title": "Newline 2",
        "author_nicks": [
            {
                "name": "Fnord",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/63813/?format=api",
                    "id": 63813,
                    "name": "Fnord",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Newline",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/29450/?format=api",
                    "id": 29450,
                    "name": "Newline",
                    "is_group": true
                }
            }
        ],
        "release_date": "2016-07-01",
        "supertype": "music",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
                "id": 9,
                "name": "Atari ST/E"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "4ch",
            "mod",
            "tcb-tracker"
        ]
    }
]