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

{
    "url": "https://demozoo.org/api/v1/productions/123129/?format=api",
    "demozoo_url": "https://demozoo.org/productions/123129/",
    "id": 123129,
    "title": "Christmas Demo",
    "author_nicks": [
        {
            "name": "Sonic Dreams",
            "abbreviation": "SCD",
            "releaser": {
                "url": "https://demozoo.org/api/v1/releasers/7582/?format=api",
                "id": 7582,
                "name": "Sonic Dreams",
                "is_group": true
            }
        }
    ],
    "author_affiliation_nicks": [],
    "release_date": "1998-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/1/?format=api",
            "id": 1,
            "name": "Demo",
            "supertype": "production"
        }
    ],
    "credits": [
        {
            "nick": {
                "name": "Naphalm",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/49541/?format=api",
                    "id": 49541,
                    "name": "Naphalm",
                    "is_group": false
                }
            },
            "category": "Code",
            "role": ""
        },
        {
            "nick": {
                "name": "A Life in Hell",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/43049/?format=api",
                    "id": 43049,
                    "name": "A Life in Hell",
                    "is_group": false
                }
            },
            "category": "Music",
            "role": ""
        },
        {
            "nick": {
                "name": "Troop",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/53845/?format=api",
                    "id": 53845,
                    "name": "Troop",
                    "is_group": false
                }
            },
            "category": "Graphics",
            "role": ""
        },
        {
            "nick": {
                "name": "Fuzz",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/53816/?format=api",
                    "id": 53816,
                    "name": "Fuzz",
                    "is_group": false
                }
            },
            "category": "Other",
            "role": "NTSC-Fix"
        }
    ],
    "download_links": [
        {
            "link_class": "BaseUrl",
            "url": "https://csdb.dk/getinternalfile.php/13774/XMAS_DEMO_BY_SONIC_DREAMS.PRG"
        }
    ],
    "external_links": [
        {
            "link_class": "CsdbRelease",
            "url": "https://csdb.dk/release/?id=25735"
        }
    ],
    "release_parties": [],
    "competition_placings": [],
    "invitation_parties": [],
    "screenshots": [
        {
            "original_url": "https://media.demozoo.org/screens/o/40/44/0ed4.68915.png",
            "original_width": 384,
            "original_height": 260,
            "standard_url": "https://media.demozoo.org/screens/s/40/44/0ed4.68915.png",
            "standard_width": 384,
            "standard_height": 260,
            "thumbnail_url": "https://media.demozoo.org/screens/t/40/44/0ed4.68915.png",
            "thumbnail_width": 200,
            "thumbnail_height": 135
        }
    ],
    "tags": [
        "christmas"
    ]
}