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

{
    "url": "https://demozoo.org/api/v1/productions/303554/?format=api",
    "demozoo_url": "https://demozoo.org/productions/303554/",
    "id": 303554,
    "title": "Christmas Tree",
    "author_nicks": [
        {
            "name": "pépé",
            "abbreviation": "",
            "releaser": {
                "url": "https://demozoo.org/api/v1/releasers/123351/?format=api",
                "id": 123351,
                "name": "pépé",
                "is_group": false
            }
        }
    ],
    "author_affiliation_nicks": [],
    "release_date": "2021-12-23",
    "supertype": "production",
    "platforms": [
        {
            "url": "https://demozoo.org/api/v1/platforms/81/?format=api",
            "id": 81,
            "name": "PICO-8"
        }
    ],
    "types": [
        {
            "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
            "id": 1,
            "name": "Demo",
            "supertype": "production"
        }
    ],
    "credits": [],
    "download_links": [
        {
            "link_class": "BaseUrl",
            "url": "http://peek.poke.free.fr/st/disques/pepe_firtree_pico8_lua_vc3-2021.zip"
        },
        {
            "link_class": "SceneOrgFile",
            "url": "https://files.scene.org/view/demos/artists/pepe/pepe_firtree_pico8_lua_vc3-2021.zip"
        }
    ],
    "external_links": [
        {
            "link_class": "PouetProduction",
            "url": "https://www.pouet.net/prod.php?which=90530"
        }
    ],
    "release_parties": [],
    "competition_placings": [
        {
            "position": 2,
            "ranking": "",
            "score": "799",
            "competition": {
                "id": 16936,
                "name": "Creative (Variation 2)",
                "party": {
                    "url": "https://demozoo.org/api/v1/parties/4398/?format=api",
                    "demozoo_url": "https://demozoo.org/parties/4398/",
                    "id": 4398,
                    "name": "VCCC 2021",
                    "tagline": "Vintage Computing Christmas Challenge",
                    "start_date": "2021-12-03",
                    "end_date": "2021-12-23",
                    "location": "",
                    "is_online": true,
                    "country_code": "",
                    "latitude": null,
                    "longitude": null,
                    "website": "http://logiker.com/vccc2021"
                }
            }
        }
    ],
    "invitation_parties": [],
    "screenshots": [
        {
            "original_url": "https://media.demozoo.org/screens/o/14/05/d2bc.302505.gif",
            "original_width": 256,
            "original_height": 256,
            "standard_url": "https://media.demozoo.org/screens/s/14/05/d2bc.302505.png",
            "standard_width": 256,
            "standard_height": 256,
            "thumbnail_url": "https://media.demozoo.org/screens/t/14/05/d2bc.302505.png",
            "thumbnail_width": 150,
            "thumbnail_height": 150
        }
    ],
    "tags": [
        "christmas"
    ]
}