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

{
    "url": "https://demozoo.org/api/v1/parties/3748/?format=api",
    "demozoo_url": "https://demozoo.org/parties/3748/",
    "id": 3748,
    "name": "Yodel Conference 1993 (8)",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/285/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/285/",
        "id": 285,
        "name": "Yodel Conference",
        "website": "http://yodel.net/old/yc8.html"
    },
    "start_date": "1993",
    "end_date": "1993",
    "location": "Sweden",
    "is_online": false,
    "country_code": "SE",
    "latitude": 62.0,
    "longitude": 15.0,
    "website": "http://yodel.net/old/yc8.html",
    "invitations": [],
    "releases": [],
    "competitions": [],
    "external_links": [
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=252&when=1993"
        }
    ]
}