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

{
    "url": "https://demozoo.org/api/v1/parties/1647/?format=api",
    "demozoo_url": "https://demozoo.org/parties/1647/",
    "id": 1647,
    "name": "Nordic Atari Show 2008",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/570/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/570/",
        "id": 570,
        "name": "Nordic Atari Show",
        "website": "http://www.sak.nu/"
    },
    "start_date": "2008-06-27",
    "end_date": "2008-06-29",
    "location": "Gothenburg, Sweden",
    "is_online": false,
    "country_code": "SE",
    "latitude": 57.701328,
    "longitude": 11.96689,
    "website": "http://www.sak.nu/",
    "invitations": [],
    "releases": [
        {
            "url": "https://demozoo.org/api/v1/productions/66333/?format=api",
            "demozoo_url": "https://demozoo.org/productions/66333/",
            "id": 66333,
            "title": "Videl Visions",
            "author_nicks": [
                {
                    "name": "Cerebral Vortex",
                    "abbreviation": "CV",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/2162/?format=api",
                        "id": 2162,
                        "name": "Cerebral Vortex",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2008-01-06",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/17/?format=api",
                    "id": 17,
                    "name": "Atari Falcon"
                }
            ],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/8/?format=api",
                    "id": 8,
                    "name": "Slideshow",
                    "supertype": "production"
                }
            ],
            "tags": []
        }
    ],
    "competitions": [],
    "external_links": [
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=127&when=2008"
        }
    ]
}