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

[
    {
        "url": "https://demozoo.org/api/v1/productions/273371/?format=api",
        "demozoo_url": "https://demozoo.org/music/273371/",
        "id": 273371,
        "title": "Try",
        "author_nicks": [
            {
                "name": "Ciotek",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/112020/?format=api",
                    "id": 112020,
                    "name": "Ciotek",
                    "is_group": false
                }
            },
            {
                "name": "Scale",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/112021/?format=api",
                    "id": 112021,
                    "name": "Scale",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "GModA",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/112022/?format=api",
                    "id": 112022,
                    "name": "GModA",
                    "is_group": true
                }
            }
        ],
        "release_date": "1999-09-25",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "16ch",
            "xm"
        ]
    }
]