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

[
    {
        "url": "https://demozoo.org/api/v1/productions/42492/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/42492/",
        "id": 42492,
        "title": "Repair",
        "author_nicks": [
            {
                "name": "Duke",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/26811/?format=api",
                    "id": 26811,
                    "name": "Duke",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Spirit Reality Group",
                "abbreviation": "SRG",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/26777/?format=api",
                    "id": 26777,
                    "name": "Spirit Reality Group",
                    "is_group": true
                }
            }
        ],
        "release_date": "1999-02-27",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/42458/?format=api",
        "demozoo_url": "https://demozoo.org/productions/42458/",
        "id": 42458,
        "title": "BumpTro",
        "author_nicks": [
            {
                "name": "Duke",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/26811/?format=api",
                    "id": 26811,
                    "name": "Duke",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Spirit Reality Group",
                "abbreviation": "SRG",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/26777/?format=api",
                    "id": 26777,
                    "name": "Spirit Reality Group",
                    "is_group": true
                }
            }
        ],
        "release_date": "1999-02-27",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/4/?format=api",
                "id": 4,
                "name": "MS-Dos"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/20/?format=api",
                "id": 20,
                "name": "512b Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]