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

{
    "url": "https://demozoo.org/api/v1/parties/2242/?format=api",
    "demozoo_url": "https://demozoo.org/parties/2242/",
    "id": 2242,
    "name": "Global Game Jam 2014",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/872/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/872/",
        "id": 872,
        "name": "Global Game Jam",
        "website": "http://globalgamejam.org/"
    },
    "start_date": "2014-01-24",
    "end_date": "2014-01-26",
    "location": "Warsaw, Warszawa, Masovian Voivodeship, Poland",
    "is_online": false,
    "country_code": "PL",
    "latitude": 52.22977,
    "longitude": 21.01178,
    "website": "",
    "invitations": [],
    "releases": [],
    "competitions": [],
    "external_links": []
}