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

{
    "url": "https://demozoo.org/api/v1/parties/2123/?format=api",
    "demozoo_url": "https://demozoo.org/parties/2123/",
    "id": 2123,
    "name": "New Face 1994",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/831/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/831/",
        "id": 831,
        "name": "New Face",
        "website": ""
    },
    "start_date": "1994-07-05",
    "end_date": "1994-07-07",
    "location": "Poznań, Greater Poland Voivodeship, Poland",
    "is_online": false,
    "country_code": "PL",
    "latitude": 52.40692,
    "longitude": 16.92993,
    "website": "",
    "invitations": [],
    "releases": [],
    "competitions": [],
    "external_links": [
        {
            "link_class": "BaseUrl",
            "url": "http://www.pouet.net/party.php?which=1435"
        },
        {
            "link_class": "CsdbEvent",
            "url": "https://csdb.dk/event/?id=750"
        }
    ]
}