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

{
    "url": "https://demozoo.org/api/v1/parties/2293/?format=api",
    "demozoo_url": "https://demozoo.org/parties/2293/",
    "id": 2293,
    "name": "Bang! 2000",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/899/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/899/",
        "id": 899,
        "name": "Bang!",
        "website": "http://www.scene.org/bang!/"
    },
    "start_date": "2000",
    "end_date": "2000",
    "location": "United States",
    "is_online": false,
    "country_code": "US",
    "latitude": 39.76,
    "longitude": -98.5,
    "website": "http://www.scene.org/bang!/",
    "invitations": [],
    "releases": [],
    "competitions": [],
    "external_links": [
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=8&when=2000"
        }
    ]
}