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

{
    "url": "https://demozoo.org/api/v1/parties/1649/?format=api",
    "demozoo_url": "https://demozoo.org/parties/1649/",
    "id": 1649,
    "name": "Nordic Atari Show 2010",
    "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": "2010-06-11",
    "end_date": "2010-06-13",
    "location": "Falköpings Kommun, Västra Götaland, Sweden",
    "is_online": false,
    "country_code": "SE",
    "latitude": 58.14046,
    "longitude": 13.53277,
    "website": "http://www.sak.nu/",
    "invitations": [],
    "releases": [
        {
            "url": "https://demozoo.org/api/v1/productions/176292/?format=api",
            "demozoo_url": "https://demozoo.org/productions/176292/",
            "id": 176292,
            "title": "Clips From NAS 2010",
            "author_nicks": [
                {
                    "name": "Evil",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/2002/?format=api",
                        "id": 2002,
                        "name": "Evil",
                        "is_group": false
                    }
                }
            ],
            "author_affiliation_nicks": [
                {
                    "name": "Dead Hackers Society",
                    "abbreviation": "DHS",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/111/?format=api",
                        "id": 111,
                        "name": "Dead Hackers Society",
                        "is_group": true
                    }
                }
            ],
            "release_date": "2010-06-14",
            "supertype": "production",
            "platforms": [],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/34/?format=api",
                    "id": 34,
                    "name": "Video",
                    "supertype": "production"
                }
            ],
            "tags": []
        }
    ],
    "competitions": [],
    "external_links": [
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=127&when=2010"
        }
    ]
}