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

[
    {
        "url": "https://demozoo.org/api/v1/productions/123876/?format=api",
        "demozoo_url": "https://demozoo.org/productions/123876/",
        "id": 123876,
        "title": "Our 1st Demo",
        "author_nicks": [
            {
                "name": "Michael Jackson Software",
                "abbreviation": "MJS",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/146691/?format=api",
                    "id": 146691,
                    "name": "Michael Jackson Software",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": null,
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
                "id": 9,
                "name": "Atari ST/E"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "commercial-music",
            "sampledemo"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/95294/?format=api",
        "demozoo_url": "https://demozoo.org/productions/95294/",
        "id": 95294,
        "title": "The Race",
        "author_nicks": [
            {
                "name": "Michael Jackson Software",
                "abbreviation": "MJS",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/146691/?format=api",
                    "id": 146691,
                    "name": "Michael Jackson Software",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Software Foundation",
                "abbreviation": "S.F.",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/42940/?format=api",
                    "id": 42940,
                    "name": "Software Foundation",
                    "is_group": true
                }
            }
        ],
        "release_date": "1989-01-15",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
                "id": 9,
                "name": "Atari ST/E"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/7/?format=api",
                "id": 7,
                "name": "Musicdisk",
                "supertype": "production"
            }
        ],
        "tags": [
            "sampledemo"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/72434/?format=api",
        "demozoo_url": "https://demozoo.org/productions/72434/",
        "id": 72434,
        "title": "Miami Vice Theme",
        "author_nicks": [
            {
                "name": "Michael Jackson Software",
                "abbreviation": "MJS",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/146691/?format=api",
                    "id": 146691,
                    "name": "Michael Jackson Software",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1988-02-19",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
                "id": 9,
                "name": "Atari ST/E"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/7/?format=api",
                "id": 7,
                "name": "Musicdisk",
                "supertype": "production"
            }
        ],
        "tags": [
            "sampledemo",
            "miami-vice"
        ]
    }
]