GET /api/v1/releasers/124680/member_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/153578/?format=api",
        "demozoo_url": "https://demozoo.org/productions/153578/",
        "id": 153578,
        "title": "Orbys",
        "author_nicks": [
            {
                "name": "castpixel",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/63874/?format=api",
                    "id": 63874,
                    "name": "castpixel",
                    "is_group": false
                }
            },
            {
                "name": "zep",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/63873/?format=api",
                    "id": 63873,
                    "name": "zep",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "pod",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/124680/?format=api",
                    "id": 124680,
                    "name": "pod",
                    "is_group": true
                }
            }
        ],
        "release_date": "2016-02-20",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/81/?format=api",
                "id": 81,
                "name": "PICO-8"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]