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

{
    "url": "https://demozoo.org/api/v1/parties/2756/?format=api",
    "demozoo_url": "https://demozoo.org/parties/2756/",
    "id": 2756,
    "name": "BZH Party 2004",
    "tagline": "4.5",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1110/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1110/",
        "id": 1110,
        "name": "BZH Party",
        "website": "http://bzhparty.free.fr/"
    },
    "start_date": "2004-10-30",
    "end_date": "2004-11-01",
    "location": "France",
    "is_online": false,
    "country_code": "FR",
    "latitude": 46.0,
    "longitude": 2.0,
    "website": "http://bzhparty.free.fr/index2.php",
    "invitations": [],
    "releases": [],
    "competitions": [],
    "external_links": [
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=190&when=2004"
        }
    ]
}