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

{
    "url": "https://demozoo.org/api/v1/parties/5135/?format=api",
    "demozoo_url": "https://demozoo.org/parties/5135/",
    "id": 5135,
    "name": "Fluid Summerparty 1995",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1863/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1863/",
        "id": 1863,
        "name": "Fluid Summerparty",
        "website": ""
    },
    "start_date": "1995",
    "end_date": "1995",
    "location": "Nittedal, Viken, Norway",
    "is_online": false,
    "country_code": "NO",
    "latitude": 60.04278,
    "longitude": 10.88167,
    "website": "",
    "invitations": [],
    "releases": [
        {
            "url": "https://demozoo.org/api/v1/productions/357283/?format=api",
            "demozoo_url": "https://demozoo.org/productions/357283/",
            "id": 357283,
            "title": "Floating",
            "author_nicks": [
                {
                    "name": "Fluid",
                    "abbreviation": "FLD",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/107976/?format=api",
                        "id": 107976,
                        "name": "Fluid",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "1995-07",
            "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=452"
        }
    ]
}