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

{
    "url": "https://demozoo.org/api/v1/party_series/1119/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/1119/",
    "id": 1119,
    "name": "Acorn User Show",
    "website": "",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/2788/?format=api",
            "demozoo_url": "https://demozoo.org/parties/2788/",
            "id": 2788,
            "name": "Acorn User Show 1991",
            "tagline": "",
            "start_date": "1991-10-11",
            "end_date": "1991-10-13",
            "location": "United Kingdom",
            "is_online": false,
            "country_code": "GB",
            "latitude": 54.75844,
            "longitude": -2.69531,
            "website": ""
        }
    ]
}