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

[
    {
        "url": "https://demozoo.org/api/v1/productions/173480/?format=api",
        "demozoo_url": "https://demozoo.org/productions/173480/",
        "id": 173480,
        "title": "Coast to Coast",
        "author_nicks": [
            {
                "name": "McMartin",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/61178/?format=api",
                    "id": 61178,
                    "name": "McMartin",
                    "is_group": false
                }
            },
            {
                "name": "Nick Vivid",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/72294/?format=api",
                    "id": 72294,
                    "name": "Alwyz",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2017-06-10",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "ntsc"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/144973/?format=api",
        "demozoo_url": "https://demozoo.org/productions/144973/",
        "id": 144973,
        "title": "synchroNY",
        "author_nicks": [
            {
                "name": "McMartin",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/61178/?format=api",
                    "id": 61178,
                    "name": "McMartin",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2015-09",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/11/?format=api",
                "id": 11,
                "name": "Invitation",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]