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

[
    {
        "url": "https://demozoo.org/api/v1/productions/33690/?format=api",
        "demozoo_url": "https://demozoo.org/music/33690/",
        "id": 33690,
        "title": "The Smutty-Smudgy Dogs Song",
        "author_nicks": [
            {
                "name": "Sinus",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/87903/?format=api",
                    "id": 87903,
                    "name": "Sinus",
                    "is_group": false
                }
            },
            {
                "name": "Sly Spy",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/3759/?format=api",
                    "id": 3759,
                    "name": "Slyspy",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Capanna",
                "abbreviation": "CN",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/3773/?format=api",
                    "id": 3773,
                    "name": "CaPaNÑa",
                    "is_group": true
                }
            }
        ],
        "release_date": "1997-08-23",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "14ch",
            "xm"
        ]
    }
]