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

{
    "url": "https://demozoo.org/api/v1/parties/1650/?format=api",
    "demozoo_url": "https://demozoo.org/parties/1650/",
    "id": 1650,
    "name": "Nordic Atari Show 2011",
    "tagline": "Hackspett Retrodatorträff",
    "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": "2011-08-19",
    "end_date": "2011-08-21",
    "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/75773/?format=api",
            "demozoo_url": "https://demozoo.org/productions/75773/",
            "id": 75773,
            "title": "Kisse Katten",
            "author_nicks": [
                {
                    "name": "Spiceboys",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/3988/?format=api",
                        "id": 3988,
                        "name": "Spice Boys",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2011-08-20",
            "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/1/?format=api",
                    "id": 1,
                    "name": "Demo",
                    "supertype": "production"
                }
            ],
            "tags": [
                "nyancat"
            ]
        }
    ],
    "competitions": [],
    "external_links": [
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=127&when=2011"
        }
    ]
}