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

[
    {
        "url": "https://demozoo.org/api/v1/productions/313814/?format=api",
        "demozoo_url": "https://demozoo.org/productions/313814/",
        "id": 313814,
        "title": "Motley Tetris",
        "author_nicks": [
            {
                "name": "Palace",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/8142/?format=api",
                    "id": 8142,
                    "name": "Palace",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1995-01",
        "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/13/?format=api",
                "id": 13,
                "name": "Cracktro",
                "supertype": "production"
            }
        ],
        "tags": [
            "motley-tetris"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/313813/?format=api",
        "demozoo_url": "https://demozoo.org/productions/313813/",
        "id": 313813,
        "title": "Enzyme",
        "author_nicks": [
            {
                "name": "Palace",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/8142/?format=api",
                    "id": 8142,
                    "name": "Palace",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1994-06-12",
        "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/13/?format=api",
                "id": 13,
                "name": "Cracktro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]