GET /api/v1/releasers/4067/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/208792/?format=api",
        "demozoo_url": "https://demozoo.org/music/208792/",
        "id": 208792,
        "title": "Denmark",
        "author_nicks": [
            {
                "name": "Qual I",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/4068/?format=api",
                    "id": 4068,
                    "name": "Qual I",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Tetragon",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/4067/?format=api",
                    "id": 4067,
                    "name": "Tetragon",
                    "is_group": true
                }
            }
        ],
        "release_date": "1988-08-22",
        "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"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/208796/?format=api",
        "demozoo_url": "https://demozoo.org/music/208796/",
        "id": 208796,
        "title": "Qual I 2",
        "author_nicks": [
            {
                "name": "Qual II",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/4071/?format=api",
                    "id": 4071,
                    "name": "Qual II",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Tetragon",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/4067/?format=api",
                    "id": 4067,
                    "name": "Tetragon",
                    "is_group": true
                }
            }
        ],
        "release_date": "1988-04-16",
        "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"
        ]
    }
]