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

[
    {
        "url": "https://demozoo.org/api/v1/productions/177026/?format=api",
        "demozoo_url": "https://demozoo.org/productions/177026/",
        "id": 177026,
        "title": "SNDH Testplayer v1.4",
        "author_nicks": [
            {
                "name": "U-235",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/64227/?format=api",
                    "id": 64227,
                    "name": "U-235",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2017-07-13",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/50/?format=api",
                "id": 50,
                "name": "Atari Jaguar"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/7/?format=api",
                "id": 7,
                "name": "Musicdisk",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/154301/?format=api",
        "demozoo_url": "https://demozoo.org/productions/154301/",
        "id": 154301,
        "title": "Reactris",
        "author_nicks": [
            {
                "name": "U-235",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/64227/?format=api",
                    "id": 64227,
                    "name": "U-235",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2011-04-16",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/50/?format=api",
                "id": 50,
                "name": "Atari Jaguar"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            }
        ],
        "tags": [
            "tetris"
        ]
    }
]