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

{
    "url": "https://demozoo.org/api/v1/party_series/14/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/14/",
    "id": 14,
    "name": "Vortex 42 Computer Meeting",
    "website": "",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/29/?format=api",
            "demozoo_url": "https://demozoo.org/parties/29/",
            "id": 29,
            "name": "Vortex 42 Computer Meeting 1988",
            "tagline": "",
            "start_date": "1988-05-13",
            "end_date": "1988-05-15",
            "location": "Arvika Kommun, Värmland, Sweden",
            "is_online": false,
            "country_code": "SE",
            "latitude": 59.70484,
            "longitude": 12.63202,
            "website": ""
        }
    ]
}