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

[
    {
        "url": "https://demozoo.org/api/v1/productions/185061/?format=api",
        "demozoo_url": "https://demozoo.org/productions/185061/",
        "id": 185061,
        "title": "Illogic",
        "author_nicks": [
            {
                "name": "matref",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/77027/?format=api",
                    "id": 77027,
                    "name": "matref",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2014-01",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/27/?format=api",
                "id": 27,
                "name": "Calculator"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/3/?format=api",
                "id": 3,
                "name": "4K Intro",
                "supertype": "production"
            }
        ],
        "tags": [
            "ti-8x",
            "ti-83"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/185060/?format=api",
        "demozoo_url": "https://demozoo.org/productions/185060/",
        "id": 185060,
        "title": "The Cutting Edge of Axe",
        "author_nicks": [
            {
                "name": "matref",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/77027/?format=api",
                    "id": 77027,
                    "name": "matref",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2013-04",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/27/?format=api",
                "id": 27,
                "name": "Calculator"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "ti-83",
            "ti-84"
        ]
    }
]