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

{
    "url": "https://demozoo.org/api/v1/party_series/78/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/78/",
    "id": 78,
    "name": "Underscore",
    "website": "",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/265/?format=api",
            "demozoo_url": "https://demozoo.org/parties/265/",
            "id": 265,
            "name": "Underscore 2001",
            "tagline": "",
            "start_date": "2001-05-24",
            "end_date": "2001-05-27",
            "location": "Gothenburg, Sweden",
            "is_online": false,
            "country_code": "SE",
            "latitude": 57.701235,
            "longitude": 11.967105,
            "website": ""
        },
        {
            "url": "https://demozoo.org/api/v1/parties/266/?format=api",
            "demozoo_url": "https://demozoo.org/parties/266/",
            "id": 266,
            "name": "Underscore 2002",
            "tagline": "",
            "start_date": "2002-05-09",
            "end_date": "2002-05-12",
            "location": "Gothenburg, Sweden",
            "is_online": false,
            "country_code": "SE",
            "latitude": 57.701235,
            "longitude": 11.967105,
            "website": ""
        },
        {
            "url": "https://demozoo.org/api/v1/parties/267/?format=api",
            "demozoo_url": "https://demozoo.org/parties/267/",
            "id": 267,
            "name": "Underscore 2003",
            "tagline": "",
            "start_date": "2003-05-29",
            "end_date": "2003-06-01",
            "location": "Gothenburg, Sweden",
            "is_online": false,
            "country_code": "SE",
            "latitude": 57.701235,
            "longitude": 11.967105,
            "website": ""
        }
    ]
}