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

{
    "url": "https://demozoo.org/api/v1/party_series/626/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/626/",
    "id": 626,
    "name": "Bash",
    "website": "",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/1504/?format=api",
            "demozoo_url": "https://demozoo.org/parties/1504/",
            "id": 1504,
            "name": "Bash 1992",
            "tagline": "Bash 2",
            "start_date": "1992-02-21",
            "end_date": "1992-02-23",
            "location": "Kecskemet, Hungary",
            "is_online": false,
            "country_code": "HU",
            "latitude": 46.90464,
            "longitude": 19.68663,
            "website": ""
        },
        {
            "url": "https://demozoo.org/api/v1/parties/1503/?format=api",
            "demozoo_url": "https://demozoo.org/parties/1503/",
            "id": 1503,
            "name": "Bash 1993",
            "tagline": "Bash 3",
            "start_date": "1993-01-02",
            "end_date": "1993-01-03",
            "location": "Győr, Győr-Moson-Sopron, Hungary",
            "is_online": false,
            "country_code": "HU",
            "latitude": 47.68333,
            "longitude": 17.63512,
            "website": ""
        }
    ]
}