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

{
    "url": "https://demozoo.org/api/v1/parties/3241/?format=api",
    "demozoo_url": "https://demozoo.org/parties/3241/",
    "id": 3241,
    "name": "LayerOne Demoparty 2017",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/932/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/932/",
        "id": 932,
        "name": "LayerOne Demoparty",
        "website": "http://l1demo.org/"
    },
    "start_date": "2017-05-27",
    "end_date": "2017-05-28",
    "location": "Los Angeles County, California, United States",
    "is_online": false,
    "country_code": "US",
    "latitude": 34.19801,
    "longitude": -118.26102,
    "website": "http://l1demo.org/",
    "invitations": [],
    "releases": [],
    "competitions": [],
    "external_links": [
        {
            "link_class": "DemopartyNetParty",
            "url": "https://www.demoparty.net/layerone/layerone-demoparty-2017"
        },
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=1700&when=2017"
        }
    ]
}