GET /api/v1/releasers/35306/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/112588/?format=api",
        "demozoo_url": "https://demozoo.org/music/112588/",
        "id": 112588,
        "title": "ROR AND ROL",
        "author_nicks": [
            {
                "name": "Epi",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/19704/?format=api",
                    "id": 19704,
                    "name": "Epi",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Odsiecz Sobieskiego",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/35306/?format=api",
                    "id": 35306,
                    "name": "Odsiecz Sobieskiego",
                    "is_group": true
                }
            },
            {
                "name": "Tristesse",
                "abbreviation": "TRS",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/15361/?format=api",
                    "id": 15361,
                    "name": "Tristesse",
                    "is_group": true
                }
            }
        ],
        "release_date": "2014-05-30",
        "supertype": "music",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/16/?format=api",
                "id": 16,
                "name": "Atari 8 bit"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "sap"
        ]
    }
]