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

{
    "url": "https://demozoo.org/api/v1/parties/4568/?format=api",
    "demozoo_url": "https://demozoo.org/parties/4568/",
    "id": 4568,
    "name": "js1k 2019",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1300/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1300/",
        "id": 1300,
        "name": "js1k",
        "website": "http://js1k.com"
    },
    "start_date": "2019-01-01",
    "end_date": "2019-03-31",
    "location": "",
    "is_online": true,
    "country_code": "",
    "latitude": null,
    "longitude": null,
    "website": "https://js1k.com/2019-x/",
    "invitations": [],
    "releases": [
        {
            "url": "https://demozoo.org/api/v1/productions/315372/?format=api",
            "demozoo_url": "https://demozoo.org/productions/315372/",
            "id": 315372,
            "title": "Flux",
            "author_nicks": [
                {
                    "name": "Keith Clark",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/78143/?format=api",
                        "id": 78143,
                        "name": "Keith Clark",
                        "is_group": false
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2019-04-01",
            "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/21/?format=api",
                    "id": 21,
                    "name": "1K Intro",
                    "supertype": "production"
                }
            ],
            "tags": []
        }
    ],
    "competitions": [
        {
            "id": 17523,
            "demozoo_url": "https://demozoo.org/competitions/17523/",
            "name": "Demos",
            "shown_date": "2019-03-30",
            "platform": null,
            "production_type": {
                "url": "https://demozoo.org/api/v1/production_types/21/?format=api",
                "id": 21,
                "name": "1K Intro",
                "supertype": "production"
            },
            "results": [
                {
                    "position": 1,
                    "ranking": "5",
                    "score": "",
                    "production": {
                        "url": "https://demozoo.org/api/v1/productions/315372/?format=api",
                        "demozoo_url": "https://demozoo.org/productions/315372/",
                        "id": 315372,
                        "title": "Flux",
                        "author_nicks": [
                            {
                                "name": "Keith Clark",
                                "abbreviation": "",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/78143/?format=api",
                                    "id": 78143,
                                    "name": "Keith Clark",
                                    "is_group": false
                                }
                            }
                        ],
                        "author_affiliation_nicks": [],
                        "release_date": "2019-04-01",
                        "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/21/?format=api",
                                "id": 21,
                                "name": "1K Intro",
                                "supertype": "production"
                            }
                        ],
                        "tags": []
                    }
                }
            ]
        }
    ],
    "external_links": []
}