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

{
    "url": "https://demozoo.org/api/v1/parties/4702/?format=api",
    "demozoo_url": "https://demozoo.org/parties/4702/",
    "id": 4702,
    "name": "Hex-Men Party",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1715/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1715/",
        "id": 1715,
        "name": "Hex-Men Party",
        "website": ""
    },
    "start_date": "1988-08-12",
    "end_date": "1988-08-14",
    "location": "Finland",
    "is_online": false,
    "country_code": "FI",
    "latitude": 64.0,
    "longitude": 26.0,
    "website": "",
    "invitations": [],
    "releases": [
        {
            "url": "https://demozoo.org/api/v1/productions/326638/?format=api",
            "demozoo_url": "https://demozoo.org/productions/326638/",
            "id": 326638,
            "title": "Hex-Men Party-Demo",
            "author_nicks": [
                {
                    "name": "Z-Circle",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/45650/?format=api",
                        "id": 45650,
                        "name": "Z-Circle",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "1988-08-14",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                    "id": 3,
                    "name": "Commodore 64"
                }
            ],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                    "id": 1,
                    "name": "Demo",
                    "supertype": "production"
                }
            ],
            "tags": []
        }
    ],
    "competitions": [],
    "external_links": [
        {
            "link_class": "CsdbEvent",
            "url": "https://csdb.dk/event/?id=2755"
        }
    ]
}