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

[
    {
        "url": "https://demozoo.org/api/v1/productions/177792/?format=api",
        "demozoo_url": "https://demozoo.org/productions/177792/",
        "id": 177792,
        "title": "Witchcraft",
        "author_nicks": [
            {
                "name": "Logicoma",
                "abbreviation": "LGC",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/59917/?format=api",
                    "id": 59917,
                    "name": "Logicoma",
                    "is_group": true
                }
            },
            {
                "name": "Pegboard Nerds",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/21253/?format=api",
                    "id": 21253,
                    "name": "Pegboard Nerds",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2017-09-02",
        "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/4/?format=api",
                "id": 4,
                "name": "Intro",
                "supertype": "production"
            }
        ],
        "tags": [
            "source-available"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/31557/?format=api",
        "demozoo_url": "https://demozoo.org/music/31557/",
        "id": 31557,
        "title": "Revenge of the Nerds",
        "author_nicks": [
            {
                "name": "Pegboard Nerds",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/21253/?format=api",
                    "id": 21253,
                    "name": "Pegboard Nerds",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2012-04-07",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/30/?format=api",
                "id": 30,
                "name": "Streaming Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]