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

{
    "url": "https://demozoo.org/api/v1/parties/4024/?format=api",
    "demozoo_url": "https://demozoo.org/parties/4024/",
    "id": 4024,
    "name": "Very Important Party 2020",
    "tagline": "Nano Edition",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/432/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/432/",
        "id": 432,
        "name": "Very Important Party",
        "website": "http://www.popsyteam.org/"
    },
    "start_date": "2020-05-15",
    "end_date": "2020-05-17",
    "location": "Thoissey, Département de l'Ain, Auvergne-Rhône-Alpes, France",
    "is_online": false,
    "country_code": "FR",
    "latitude": 46.1725,
    "longitude": 4.80194,
    "website": "http://www.popsyteam.org/",
    "invitations": [],
    "releases": [],
    "competitions": [],
    "external_links": [
        {
            "link_class": "FacebookPage",
            "url": "https://www.facebook.com/events/2600347890200210/"
        },
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=47&when=2020"
        },
        {
            "link_class": "TwitterAccount",
            "url": "https://twitter.com/popsyteam"
        }
    ]
}