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

[
    {
        "url": "https://demozoo.org/api/v1/productions/181880/?format=api",
        "demozoo_url": "https://demozoo.org/music/181880/",
        "id": 181880,
        "title": "Push Me",
        "author_nicks": [
            {
                "name": "MIDI Master",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/75501/?format=api",
                    "id": 75501,
                    "name": "MIDI Master",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2017-12-28",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/14/?format=api",
                "id": 14,
                "name": "Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "loop"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/219474/?format=api",
        "demozoo_url": "https://demozoo.org/music/219474/",
        "id": 219474,
        "title": "electricity",
        "author_nicks": [
            {
                "name": "MIDI Master",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/75501/?format=api",
                    "id": 75501,
                    "name": "MIDI Master",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1990-08-31",
        "supertype": "music",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/5/?format=api",
                "id": 5,
                "name": "Amiga OCS/ECS"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/14/?format=api",
                "id": 14,
                "name": "Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]