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

{
    "url": "https://demozoo.org/api/v1/parties/3329/?format=api",
    "demozoo_url": "https://demozoo.org/parties/3329/",
    "id": 3329,
    "name": "Global Game Jam 2011",
    "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": "2011-01-28",
    "end_date": "2011-01-30",
    "location": "",
    "is_online": true,
    "country_code": "",
    "latitude": null,
    "longitude": null,
    "website": "http://globalgamejam.org",
    "invitations": [],
    "releases": [],
    "competitions": [],
    "external_links": []
}