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

[
    {
        "url": "https://demozoo.org/api/v1/productions/117213/?format=api",
        "demozoo_url": "https://demozoo.org/productions/117213/",
        "id": 117213,
        "title": "Night Town",
        "author_nicks": [
            {
                "name": "Earl",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/42641/?format=api",
                    "id": 42641,
                    "name": "Earl",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2014-07-12",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/69/?format=api",
                "id": 69,
                "name": "ZX Spectrum Enhanced"
            },
            {
                "url": "https://demozoo.org/api/v1/platforms/45/?format=api",
                "id": 45,
                "name": "ZX81"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/85005/?format=api",
        "demozoo_url": "https://demozoo.org/productions/85005/",
        "id": 85005,
        "title": "Kukarachess",
        "author_nicks": [
            {
                "name": "Earl",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/42641/?format=api",
                    "id": 42641,
                    "name": "Earl",
                    "is_group": false
                }
            },
            {
                "name": "Rasmer",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/31040/?format=api",
                    "id": 31040,
                    "name": "Rasmer",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Inner Core Group",
                "abbreviation": "ICG",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/31041/?format=api",
                    "id": 31041,
                    "name": "Inner Core Group",
                    "is_group": true
                }
            }
        ],
        "release_date": "2007-06-02",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/2/?format=api",
                "id": 2,
                "name": "ZX Spectrum"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/20/?format=api",
                "id": 20,
                "name": "512b Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]