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

{
    "url": "https://demozoo.org/api/v1/parties/3209/?format=api",
    "demozoo_url": "https://demozoo.org/parties/3209/",
    "id": 3209,
    "name": "DefCon 1 Convention 1993",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1273/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1273/",
        "id": 1273,
        "name": "DefCon 1 Convention",
        "website": "https://defcon.org/html/defcon-1/defcon-1.html"
    },
    "start_date": "1993-07-09",
    "end_date": "1993-07-11",
    "location": "Las Vegas, Clark County, Nevada, United States",
    "is_online": false,
    "country_code": "US",
    "latitude": 36.17497,
    "longitude": -115.13722,
    "website": "https://defcon.org/html/defcon-1/defcon-1.html",
    "invitations": [
        {
            "url": "https://demozoo.org/api/v1/productions/172911/?format=api",
            "demozoo_url": "https://demozoo.org/productions/172911/",
            "id": 172911,
            "title": "DefCon 1 Invitation",
            "author_nicks": [
                {
                    "name": "VLA",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/60811/?format=api",
                        "id": 60811,
                        "name": "VLA",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "1993-04-14",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/4/?format=api",
                    "id": 4,
                    "name": "MS-Dos"
                }
            ],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/11/?format=api",
                    "id": 11,
                    "name": "Invitation",
                    "supertype": "production"
                }
            ],
            "tags": []
        }
    ],
    "releases": [],
    "competitions": [],
    "external_links": []
}