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

{
    "url": "https://demozoo.org/api/v1/parties/1560/?format=api",
    "demozoo_url": "https://demozoo.org/parties/1560/",
    "id": 1560,
    "name": "TSC Summer Convention 1991",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/657/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/657/",
        "id": 657,
        "name": "TSC Summer Convention",
        "website": ""
    },
    "start_date": "1991-07-13",
    "end_date": "1991-07-16",
    "location": "Lulea, Sweden",
    "is_online": false,
    "country_code": "SE",
    "latitude": 65.583893,
    "longitude": 22.152269,
    "website": "",
    "invitations": [
        {
            "url": "https://demozoo.org/api/v1/productions/78488/?format=api",
            "demozoo_url": "https://demozoo.org/productions/78488/",
            "id": 78488,
            "title": "TSC Summer Convention 91 Invite",
            "author_nicks": [
                {
                    "name": "The Syndicate",
                    "abbreviation": "TSC",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/31495/?format=api",
                        "id": 31495,
                        "name": "The Syndicate",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "1991",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
                    "id": 9,
                    "name": "Atari ST/E"
                }
            ],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/11/?format=api",
                    "id": 11,
                    "name": "Invitation",
                    "supertype": "production"
                }
            ],
            "tags": []
        }
    ],
    "releases": [],
    "competitions": [],
    "external_links": [
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=1628&when=1991"
        }
    ]
}