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

{
    "url": "https://demozoo.org/api/v1/parties/2702/?format=api",
    "demozoo_url": "https://demozoo.org/parties/2702/",
    "id": 2702,
    "name": "Nordic Atari Show 2015",
    "tagline": "HöSThack",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/570/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/570/",
        "id": 570,
        "name": "Nordic Atari Show",
        "website": "http://www.sak.nu/"
    },
    "start_date": "2015-09-11",
    "end_date": "2015-09-13",
    "location": "Floby, Falköpings Kommun, Västra Götaland, Sweden",
    "is_online": false,
    "country_code": "SE",
    "latitude": 58.1243,
    "longitude": 13.34576,
    "website": "http://www.sak.nu/",
    "invitations": [],
    "releases": [],
    "competitions": [],
    "external_links": [
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=127&when=2015"
        }
    ]
}