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

{
    "url": "https://demozoo.org/api/v1/parties/5468/?format=api",
    "demozoo_url": "https://demozoo.org/parties/5468/",
    "id": 5468,
    "name": "PirateFest '87 New York",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1936/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1936/",
        "id": 1936,
        "name": "PirateFest",
        "website": ""
    },
    "start_date": "1987-07-28",
    "end_date": "1987-07-28",
    "location": "New York, United States",
    "is_online": false,
    "country_code": "US",
    "latitude": 43.00035,
    "longitude": -75.4999,
    "website": "",
    "invitations": [
        {
            "url": "https://demozoo.org/api/v1/productions/381947/?format=api",
            "demozoo_url": "https://demozoo.org/productions/381947/",
            "id": 381947,
            "title": "Aliens crack screens",
            "author_nicks": [
                {
                    "name": "Digital Gang",
                    "abbreviation": "DG",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/61754/?format=api",
                        "id": 61754,
                        "name": "Digital Gang",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "1987",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/67/?format=api",
                    "id": 67,
                    "name": "Apple II"
                }
            ],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/13/?format=api",
                    "id": 13,
                    "name": "Cracktro",
                    "supertype": "production"
                }
            ],
            "tags": []
        }
    ],
    "releases": [],
    "competitions": [],
    "external_links": []
}