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

{
    "url": "https://demozoo.org/api/v1/parties/3491/?format=api",
    "demozoo_url": "https://demozoo.org/parties/3491/",
    "id": 3491,
    "name": "ByteFest 2008",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1200/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1200/",
        "id": 1200,
        "name": "ByteFest",
        "website": "http://www.bytefest.org/"
    },
    "start_date": "2009-09-05",
    "end_date": "2009-09-07",
    "location": "Prague, Praha, Czech Republic",
    "is_online": false,
    "country_code": "CZ",
    "latitude": 50.08804,
    "longitude": 14.42076,
    "website": "http://www.bytefest.org/",
    "invitations": [],
    "releases": [],
    "competitions": [],
    "external_links": []
}