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

{
    "url": "https://demozoo.org/api/v1/parties/3981/?format=api",
    "demozoo_url": "https://demozoo.org/parties/3981/",
    "id": 3981,
    "name": "The Gathering 2020",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/11/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/11/",
        "id": 11,
        "name": "The Gathering",
        "website": "http://www.gathering.org"
    },
    "start_date": "2020-04-08",
    "end_date": "2020-04-12",
    "location": "",
    "is_online": true,
    "country_code": "",
    "latitude": null,
    "longitude": null,
    "website": "http://www.gathering.org",
    "invitations": [],
    "releases": [],
    "competitions": [],
    "external_links": [
        {
            "link_class": "DemopartyNetParty",
            "url": "https://www.demoparty.net/the-gathering/the-gathering-2020-online"
        },
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=43&when=2020"
        },
        {
            "link_class": "TwitterAccount",
            "url": "https://twitter.com/gatheringorg"
        }
    ]
}