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

{
    "url": "https://demozoo.org/api/v1/parties/2134/?format=api",
    "demozoo_url": "https://demozoo.org/parties/2134/",
    "id": 2134,
    "name": "The Feeling 1998-2",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/600/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/600/",
        "id": 600,
        "name": "The Feeling",
        "website": "http://www.thefeeling.net/"
    },
    "start_date": "1998-11-20",
    "end_date": "1998-11-22",
    "location": "Tollered, Lerums Kommun, Västra Götaland, Sweden",
    "is_online": false,
    "country_code": "SE",
    "latitude": 57.81667,
    "longitude": 12.41667,
    "website": "",
    "invitations": [],
    "releases": [],
    "competitions": [],
    "external_links": [
        {
            "link_class": "SceneOrgFolder",
            "url": "https://files.scene.org/browse/parties/1998/thefeeling98/"
        }
    ]
}