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

[
    {
        "url": "https://demozoo.org/api/v1/productions/80732/?format=api",
        "demozoo_url": "https://demozoo.org/productions/80732/",
        "id": 80732,
        "title": "The warm fuzzy feeling of a noisy compo filler",
        "author_nicks": [
            {
                "name": "MedO",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/6424/?format=api",
                    "id": 6424,
                    "name": "MedO",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Latency",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/18242/?format=api",
                    "id": 18242,
                    "name": "Latency",
                    "is_group": true
                }
            },
            {
                "name": "Titan",
                "abbreviation": "TTN",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/2883/?format=api",
                    "id": 2883,
                    "name": "Titan",
                    "is_group": true
                }
            }
        ],
        "release_date": "2013-07-20",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/4/?format=api",
                "id": 4,
                "name": "MS-Dos"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/15/?format=api",
                "id": 15,
                "name": "32b Intro",
                "supertype": "production"
            }
        ],
        "tags": [
            "noise"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/25553/?format=api",
        "demozoo_url": "https://demozoo.org/music/25553/",
        "id": 25553,
        "title": "Loop'n'Chips",
        "author_nicks": [
            {
                "name": "MedO",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/6424/?format=api",
                    "id": 6424,
                    "name": "MedO",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Latency",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/18242/?format=api",
                    "id": 18242,
                    "name": "Latency",
                    "is_group": true
                }
            }
        ],
        "release_date": "2009-08-01",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/14/?format=api",
                "id": 14,
                "name": "Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "loop"
        ]
    }
]