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

{
    "url": "https://demozoo.org/api/v1/parties/1898/?format=api",
    "demozoo_url": "https://demozoo.org/parties/1898/",
    "id": 1898,
    "name": "Dreamhack 2013 S",
    "tagline": "Dreamhack Summer 2013",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/64/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/64/",
        "id": 64,
        "name": "Dreamhack",
        "website": "http://www.dreamhack.se/"
    },
    "start_date": "2013-06-15",
    "end_date": "2013-06-18",
    "location": "Jonkoping, Sweden",
    "is_online": false,
    "country_code": "SE",
    "latitude": 57.77972,
    "longitude": 14.17739,
    "website": "http://www.dreamhack.se/",
    "invitations": [],
    "releases": [],
    "competitions": [],
    "external_links": [
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=54&when=2013"
        },
        {
            "link_class": "SceneOrgFolder",
            "url": "https://files.scene.org/browse/parties/2013/dreamhack_summer13/"
        },
        {
            "link_class": "TwitterAccount",
            "url": "https://twitter.com/DreamHack"
        }
    ]
}