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

{
    "url": "https://demozoo.org/api/v1/parties/2825/?format=api",
    "demozoo_url": "https://demozoo.org/parties/2825/",
    "id": 2825,
    "name": "PCW Show 1987",
    "tagline": "10th PCW show",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/925/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/925/",
        "id": 925,
        "name": "PCW Show",
        "website": "https://en.wikipedia.org/wiki/Personal_Computer_World"
    },
    "start_date": "1987-09-23",
    "end_date": "1987-09-27",
    "location": "City of London, Greater London, England, United Kingdom",
    "is_online": false,
    "country_code": "GB",
    "latitude": 51.51279,
    "longitude": -0.09184,
    "website": "",
    "invitations": [],
    "releases": [],
    "competitions": [],
    "external_links": [
        {
            "link_class": "CsdbEvent",
            "url": "https://csdb.dk/event/?id=1505"
        }
    ]
}