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

[
    {
        "url": "https://demozoo.org/api/v1/productions/368699/?format=api",
        "demozoo_url": "https://demozoo.org/music/368699/",
        "id": 368699,
        "title": "Amiga Car Melodies",
        "author_nicks": [
            {
                "name": "Apple",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/148225/?format=api",
                    "id": 148225,
                    "name": "Apple",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Paradise Dreams",
                "abbreviation": "PDS",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/148224/?format=api",
                    "id": 148224,
                    "name": "Paradise Dreams",
                    "is_group": true
                }
            }
        ],
        "release_date": "2002-11-20",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "it",
            "40ch"
        ]
    }
]