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

{
    "url": "https://demozoo.org/api/v1/parties/3976/?format=api",
    "demozoo_url": "https://demozoo.org/parties/3976/",
    "id": 3976,
    "name": "Capacitor 2015",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1229/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1229/",
        "id": 1229,
        "name": "Capacitor",
        "website": "http://capacitorparty.com/"
    },
    "start_date": "2015",
    "end_date": "2015",
    "location": "Spain",
    "is_online": false,
    "country_code": "ES",
    "latitude": 40.0,
    "longitude": -4.0,
    "website": "http://capacitorparty.com/",
    "invitations": [],
    "releases": [],
    "competitions": [],
    "external_links": [
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=1778&when=2015"
        },
        {
            "link_class": "TwitterAccount",
            "url": "https://twitter.com/CapacitorParty"
        }
    ]
}