GET /api/v1/releasers/124660/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/296834/?format=api",
        "demozoo_url": "https://demozoo.org/music/296834/",
        "id": 296834,
        "title": "Bytewave",
        "author_nicks": [
            {
                "name": "Martin Gemmel",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/95907/?format=api",
                    "id": 95907,
                    "name": "Martin Gemmel",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Bytewave",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/124660/?format=api",
                    "id": 124660,
                    "name": "Bytewave",
                    "is_group": true
                }
            }
        ],
        "release_date": "1988",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "soundtracker",
            "4ch",
            "mod"
        ]
    }
]