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

[
    {
        "url": "https://demozoo.org/api/v1/productions/36564/?format=api",
        "demozoo_url": "https://demozoo.org/productions/36564/",
        "id": 36564,
        "title": "MMX Gone",
        "author_nicks": [
            {
                "name": "OTM",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/23914/?format=api",
                    "id": 23914,
                    "name": "OTM",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Falcon Users Netherlands",
                "abbreviation": "FUN",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/56505/?format=api",
                    "id": 56505,
                    "name": "Falcon Users Netherlands",
                    "is_group": true
                }
            }
        ],
        "release_date": "1997-03-30",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/17/?format=api",
                "id": 17,
                "name": "Atari Falcon"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/3/?format=api",
                "id": 3,
                "name": "4K Intro",
                "supertype": "production"
            }
        ],
        "tags": [
            "no-sound"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/53512/?format=api",
        "demozoo_url": "https://demozoo.org/music/53512/",
        "id": 53512,
        "title": "Sonic Synthy",
        "author_nicks": [
            {
                "name": "OTM",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/23914/?format=api",
                    "id": 23914,
                    "name": "OTM",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Disk Busters Association",
                "abbreviation": "DBA",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/13045/?format=api",
                    "id": 13045,
                    "name": "Disk Busters Association",
                    "is_group": true
                }
            }
        ],
        "release_date": "1995-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": [
            "4ch",
            "mod"
        ]
    }
]