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

{
    "url": "https://demozoo.org/api/v1/productions/153544/?format=api",
    "demozoo_url": "https://demozoo.org/productions/153544/",
    "id": 153544,
    "title": "Broken Mantra",
    "author_nicks": [
        {
            "name": "Mr.doob",
            "abbreviation": "",
            "releaser": {
                "url": "https://demozoo.org/api/v1/releasers/9975/?format=api",
                "id": 9975,
                "name": "Mr.doob",
                "is_group": false
            }
        }
    ],
    "author_affiliation_nicks": [],
    "release_date": "2016-02-20",
    "supertype": "production",
    "platforms": [
        {
            "url": "https://demozoo.org/api/v1/platforms/12/?format=api",
            "id": 12,
            "name": "Browser"
        }
    ],
    "types": [
        {
            "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
            "id": 1,
            "name": "Demo",
            "supertype": "production"
        }
    ],
    "credits": [],
    "download_links": [
        {
            "link_class": "SceneOrgFile",
            "url": "https://files.scene.org/view/parties/2016/tokyodemofest16/combined_demo_compo/mrdoob_brokenmantra.zip"
        }
    ],
    "external_links": [
        {
            "link_class": "BaseUrl",
            "url": "http://mrdoob.github.io/brokenmantra/"
        },
        {
            "link_class": "GithubRepo",
            "url": "https://github.com/mrdoob/brokenmantra"
        },
        {
            "link_class": "PouetProduction",
            "url": "https://www.pouet.net/prod.php?which=66964"
        },
        {
            "link_class": "YoutubeVideo",
            "url": "https://www.youtube.com/watch?v=d_0HFv2ewbU"
        }
    ],
    "release_parties": [],
    "competition_placings": [
        {
            "position": 5,
            "ranking": "5",
            "score": "214",
            "competition": {
                "id": 12149,
                "name": "Combined Demo",
                "party": {
                    "url": "https://demozoo.org/api/v1/parties/2803/?format=api",
                    "demozoo_url": "https://demozoo.org/parties/2803/",
                    "id": 2803,
                    "name": "TokyoDemoFest 2016",
                    "tagline": "",
                    "start_date": "2016-02-20",
                    "end_date": "2016-02-21",
                    "location": "Tokyo Prefecture, Tokyo, Japan",
                    "is_online": false,
                    "country_code": "JP",
                    "latitude": 35.6895,
                    "longitude": 139.69171,
                    "website": "http://tokyodemofest.jp/2016/"
                }
            }
        }
    ],
    "invitation_parties": [],
    "screenshots": [
        {
            "original_url": "https://media.demozoo.org/screens/o/98/a5/0d35.102593.png",
            "original_width": 1919,
            "original_height": 964,
            "standard_url": "https://media.demozoo.org/screens/s/98/a5/0d35.102593.jpg",
            "standard_width": 400,
            "standard_height": 200,
            "thumbnail_url": "https://media.demozoo.org/screens/t/98/a5/0d35.102593.jpg",
            "thumbnail_width": 200,
            "thumbnail_height": 100
        }
    ],
    "tags": [
        "webgl",
        "minimal",
        "wireframe-graphics",
        "three.js",
        "source-available"
    ]
}