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

{
    "url": "https://demozoo.org/api/v1/parties/1891/?format=api",
    "demozoo_url": "https://demozoo.org/parties/1891/",
    "id": 1891,
    "name": "Demosplash 2011",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/606/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/606/",
        "id": 606,
        "name": "Demosplash",
        "website": "https://www.demosplash.org/"
    },
    "start_date": "2011-10-21",
    "end_date": "2011-10-22",
    "location": "Pittsburgh, United States",
    "is_online": false,
    "country_code": "US",
    "latitude": 40.438309,
    "longitude": -79.997452,
    "website": "http://www.demosplash.org/",
    "invitations": [],
    "releases": [],
    "competitions": [],
    "external_links": [
        {
            "link_class": "BaseUrl",
            "url": "http://www.demosplash.org/2011/"
        },
        {
            "link_class": "DemopartyNetParty",
            "url": "https://www.demoparty.net/demosplash/demosplash-2011"
        },
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=1630&when=2011"
        }
    ]
}