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

{
    "url": "https://demozoo.org/api/v1/productions/42593/?format=api",
    "demozoo_url": "https://demozoo.org/productions/42593/",
    "id": 42593,
    "title": "Tricky Race",
    "author_nicks": [
        {
            "name": "Archee",
            "abbreviation": "",
            "releaser": {
                "url": "https://demozoo.org/api/v1/releasers/3718/?format=api",
                "id": 3718,
                "name": "Archee",
                "is_group": false
            }
        }
    ],
    "author_affiliation_nicks": [],
    "release_date": "2012-09-29",
    "supertype": "production",
    "platforms": [
        {
            "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
            "id": 1,
            "name": "Windows"
        }
    ],
    "types": [
        {
            "url": "https://demozoo.org/api/v1/production_types/33/?format=api",
            "id": 33,
            "name": "Game",
            "supertype": "production"
        }
    ],
    "credits": [],
    "download_links": [
        {
            "link_class": "SceneOrgFile",
            "url": "https://files.scene.org/view/parties/2012/function12/gamedev/trickyracer.zip"
        }
    ],
    "external_links": [],
    "release_parties": [],
    "competition_placings": [
        {
            "position": 1,
            "ranking": "1",
            "score": "222",
            "competition": {
                "id": 4093,
                "name": "Game Development",
                "party": {
                    "url": "https://demozoo.org/api/v1/parties/1367/?format=api",
                    "demozoo_url": "https://demozoo.org/parties/1367/",
                    "id": 1367,
                    "name": "Function 2012",
                    "tagline": "",
                    "start_date": "2012-09-28",
                    "end_date": "2012-09-30",
                    "location": "Budapest, Hungary",
                    "is_online": false,
                    "country_code": "HU",
                    "latitude": 47.506222,
                    "longitude": 19.064819,
                    "website": "http://2012.function.hu/"
                }
            }
        }
    ],
    "invitation_parties": [],
    "screenshots": [],
    "tags": []
}