GET /api/v1/releasers/3502/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/351830/?format=api",
        "demozoo_url": "https://demozoo.org/music/351830/",
        "id": 351830,
        "title": "Oh Yeah",
        "author_nicks": [
            {
                "name": "Knight",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/143192/?format=api",
                    "id": 143192,
                    "name": "Knight",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Zombie Boys",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/3502/?format=api",
                    "id": 3502,
                    "name": "The Zombie Boys",
                    "is_group": true
                }
            }
        ],
        "release_date": null,
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "4ch",
            "mod"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/339015/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/339015/",
        "id": 339015,
        "title": "Roboturbo",
        "author_nicks": [
            {
                "name": "Turbo",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/1511/?format=api",
                    "id": 1511,
                    "name": "Turbo",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Bronx",
                "abbreviation": "BNX",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/1508/?format=api",
                    "id": 1508,
                    "name": "Bronx",
                    "is_group": true
                }
            },
            {
                "name": "Zombie Boys",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/3502/?format=api",
                    "id": 3502,
                    "name": "The Zombie Boys",
                    "is_group": true
                }
            }
        ],
        "release_date": "2009-12-19",
        "supertype": "graphics",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]