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

{
    "url": "https://demozoo.org/api/v1/parties/3563/?format=api",
    "demozoo_url": "https://demozoo.org/parties/3563/",
    "id": 3563,
    "name": "js1k 2010 - Xmas",
    "tagline": "Xmas",
    "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": "2010-12-01",
    "end_date": "2010-12-24",
    "location": "",
    "is_online": true,
    "country_code": "",
    "latitude": null,
    "longitude": null,
    "website": "https://js1k.com/2010-xmas/",
    "invitations": [],
    "releases": [],
    "competitions": [],
    "external_links": []
}