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

{
    "url": "https://demozoo.org/api/v1/parties/845/?format=api",
    "demozoo_url": "https://demozoo.org/parties/845/",
    "id": 845,
    "name": "Somewhere In Holland 1997",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/165/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/165/",
        "id": 165,
        "name": "Somewhere In Holland",
        "website": ""
    },
    "start_date": "1997-05-02",
    "end_date": "1997-05-04",
    "location": "Netherlands",
    "is_online": false,
    "country_code": "NL",
    "latitude": 52.1082,
    "longitude": 5.32986,
    "website": "",
    "invitations": [],
    "releases": [],
    "competitions": [],
    "external_links": [
        {
            "link_class": "SceneOrgFolder",
            "url": "https://files.scene.org/browse/parties/1997/somewhere_in_holland97/"
        }
    ]
}