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

{
    "url": "https://demozoo.org/api/v1/party_series/1371/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/1371/",
    "id": 1371,
    "name": "Strange",
    "website": "",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/3517/?format=api",
            "demozoo_url": "https://demozoo.org/parties/3517/",
            "id": 3517,
            "name": "Strange 1997",
            "tagline": "",
            "start_date": "1997",
            "end_date": "1997",
            "location": "Söråker, Timrå Kommun, Västernorrland, Sweden",
            "is_online": false,
            "country_code": "SE",
            "latitude": 62.50561,
            "longitude": 17.51032,
            "website": ""
        }
    ]
}