GET /api/v1/releasers/2396/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/104484/?format=api",
        "demozoo_url": "https://demozoo.org/music/104484/",
        "id": 104484,
        "title": "Sublime Intro Demo",
        "author_nicks": [
            {
                "name": "Locum",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/2396/?format=api",
                    "id": 2396,
                    "name": "Tronic",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Sublime",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/31559/?format=api",
                    "id": 31559,
                    "name": "Sublime",
                    "is_group": true
                }
            }
        ],
        "release_date": "1995-09-27",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "4ch",
            "mod"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/117398/?format=api",
        "demozoo_url": "https://demozoo.org/productions/117398/",
        "id": 117398,
        "title": "System Boot-Up Information V1.02a",
        "author_nicks": [
            {
                "name": "Tronic",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/2396/?format=api",
                    "id": 2396,
                    "name": "Tronic",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Effect",
                "abbreviation": "EFT",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/2181/?format=api",
                    "id": 2181,
                    "name": "Effect",
                    "is_group": true
                }
            }
        ],
        "release_date": "1995",
        "supertype": "production",
        "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/6/?format=api",
                "id": 6,
                "name": "Tool",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]