GET /api/v1/releasers/69213/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/286661/?format=api",
        "demozoo_url": "https://demozoo.org/music/286661/",
        "id": 286661,
        "title": "Crazy Mouse (Soundtrack)",
        "author_nicks": [
            {
                "name": "Bordeaoux",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/69213/?format=api",
                    "id": 69213,
                    "name": "Bordeaoux",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Active",
                "abbreviation": "[A]",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/13848/?format=api",
                    "id": 13848,
                    "name": "Active",
                    "is_group": true
                }
            }
        ],
        "release_date": "2013-05-05",
        "supertype": "music",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/14/?format=api",
                "id": 14,
                "name": "Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "8580"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/166940/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/166940/",
        "id": 166940,
        "title": "X-Files",
        "author_nicks": [
            {
                "name": "Bordeaoux",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/69213/?format=api",
                    "id": 69213,
                    "name": "Bordeaoux",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Snowman Design",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/23368/?format=api",
                    "id": 23368,
                    "name": "Snowman De",
                    "is_group": true
                }
            }
        ],
        "release_date": "1996-11-09",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]