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

{
    "url": "https://demozoo.org/api/v1/party_series/1159/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/1159/",
    "id": 1159,
    "name": "Leap Year Party",
    "website": "",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/2882/?format=api",
            "demozoo_url": "https://demozoo.org/parties/2882/",
            "id": 2882,
            "name": "Leap Year Party",
            "tagline": "",
            "start_date": "1992-02-28",
            "end_date": "1992-03-01",
            "location": "Ånge Kommun, Västernorrland, Sweden",
            "is_online": false,
            "country_code": "SE",
            "latitude": 62.51232,
            "longitude": 15.64453,
            "website": ""
        }
    ]
}