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

{
    "url": "https://demozoo.org/api/v1/parties/4298/?format=api",
    "demozoo_url": "https://demozoo.org/parties/4298/",
    "id": 4298,
    "name": "Atari Connexion 2017",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1616/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1616/",
        "id": 1616,
        "name": "Atari Connexion",
        "website": ""
    },
    "start_date": "2017-04-15",
    "end_date": "2017-04-16",
    "location": "Congis-sur-Thérouanne, Seine-et-Marne, Île-de-France, France",
    "is_online": false,
    "country_code": "FR",
    "latitude": 49.0,
    "longitude": 2.98333,
    "website": "",
    "invitations": [],
    "releases": [],
    "competitions": [
        {
            "id": 16501,
            "demozoo_url": "https://demozoo.org/competitions/16501/",
            "name": "Speed Coding",
            "shown_date": "2017-04-15",
            "platform": null,
            "production_type": {
                "url": "https://demozoo.org/api/v1/production_types/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            },
            "results": []
        }
    ],
    "external_links": []
}