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

{
    "url": "https://demozoo.org/api/v1/parties/1983/?format=api",
    "demozoo_url": "https://demozoo.org/parties/1983/",
    "id": 1983,
    "name": "ABBUC Jahreshauptversammlung (JHV) 1997",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/796/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/796/",
        "id": 796,
        "name": "ABBUC Jahreshauptversammlung (JHV)",
        "website": "http://www.abbuc.de/"
    },
    "start_date": "1997-10-18",
    "end_date": "1997-10-18",
    "location": "Herten, Germany",
    "is_online": false,
    "country_code": "DE",
    "latitude": 51.592522,
    "longitude": 7.13741,
    "website": "",
    "invitations": [],
    "releases": [
        {
            "url": "https://demozoo.org/api/v1/productions/144415/?format=api",
            "demozoo_url": "https://demozoo.org/productions/144415/",
            "id": 144415,
            "title": "JHV-Demo '97",
            "author_nicks": [
                {
                    "name": "Rheinland-Pfälzische Atari Maniacs",
                    "abbreviation": "R.A.M.",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/60884/?format=api",
                        "id": 60884,
                        "name": "Rheinland-Pfälzische Atari Maniacs",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "1997-10-18",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/16/?format=api",
                    "id": 16,
                    "name": "Atari 8 bit"
                }
            ],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                    "id": 1,
                    "name": "Demo",
                    "supertype": "production"
                }
            ],
            "tags": []
        }
    ],
    "competitions": [],
    "external_links": []
}