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

[
    {
        "url": "https://demozoo.org/api/v1/productions/160439/?format=api",
        "demozoo_url": "https://demozoo.org/productions/160439/",
        "id": 160439,
        "title": "Sugar Smash",
        "author_nicks": [
            {
                "name": "Puppeh",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/26207/?format=api",
                    "id": 26207,
                    "name": "Puppeh",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "CRTC",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/3623/?format=api",
                    "id": 3623,
                    "name": "CRTC",
                    "is_group": true
                }
            }
        ],
        "release_date": "2016-07-16",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/66/?format=api",
                "id": 66,
                "name": "BBC Micro"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            }
        ],
        "tags": [
            "grafx2",
            "match-3-game"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/50474/?format=api",
        "demozoo_url": "https://demozoo.org/productions/50474/",
        "id": 50474,
        "title": "BeebNyan",
        "author_nicks": [
            {
                "name": "Puppeh",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/26207/?format=api",
                    "id": 26207,
                    "name": "Puppeh",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "CRTC",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/3623/?format=api",
                    "id": 3623,
                    "name": "CRTC",
                    "is_group": true
                }
            }
        ],
        "release_date": "2011-09-10",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/66/?format=api",
                "id": 66,
                "name": "BBC Micro"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "nyancat"
        ]
    }
]