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

[
    {
        "url": "https://demozoo.org/api/v1/productions/56296/?format=api",
        "demozoo_url": "https://demozoo.org/productions/56296/",
        "id": 56296,
        "title": "Intprod",
        "author_nicks": [
            {
                "name": "Cosmo",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/33296/?format=api",
                    "id": 33296,
                    "name": "Cosmo",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "INT",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5429/?format=api",
                    "id": 5429,
                    "name": "INT",
                    "is_group": true
                }
            }
        ],
        "release_date": "2002-03-02",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                "id": 1,
                "name": "Windows"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]