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

{
    "url": "https://demozoo.org/api/v1/party_series/1273/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/1273/",
    "id": 1273,
    "name": "DefCon 1 Convention",
    "website": "https://defcon.org/html/defcon-1/defcon-1.html",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/3209/?format=api",
            "demozoo_url": "https://demozoo.org/parties/3209/",
            "id": 3209,
            "name": "DefCon 1 Convention 1993",
            "tagline": "",
            "start_date": "1993-07-09",
            "end_date": "1993-07-11",
            "location": "Las Vegas, Clark County, Nevada, United States",
            "is_online": false,
            "country_code": "US",
            "latitude": 36.17497,
            "longitude": -115.13722,
            "website": "https://defcon.org/html/defcon-1/defcon-1.html"
        }
    ]
}