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

{
    "url": "https://demozoo.org/api/v1/parties/1359/?format=api",
    "demozoo_url": "https://demozoo.org/parties/1359/",
    "id": 1359,
    "name": "Nordic Atari Show 2012",
    "tagline": "Vinterhack 2k12 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": "2012-02-24",
    "end_date": "2012-02-26",
    "location": "Tidaholm, Sweden",
    "is_online": false,
    "country_code": "SE",
    "latitude": 58.17952,
    "longitude": 13.9572,
    "website": "",
    "invitations": [],
    "releases": [
        {
            "url": "https://demozoo.org/api/v1/productions/173852/?format=api",
            "demozoo_url": "https://demozoo.org/productions/173852/",
            "id": 173852,
            "title": "Vinterhack 2012 (vh2012)",
            "author_nicks": [
                {
                    "name": "Terric",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/17558/?format=api",
                        "id": 17558,
                        "name": "Terric",
                        "is_group": false
                    }
                }
            ],
            "author_affiliation_nicks": [
                {
                    "name": "Meta",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/17184/?format=api",
                        "id": 17184,
                        "name": "Meta",
                        "is_group": true
                    }
                }
            ],
            "release_date": "2012-02-26",
            "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": "BaseUrl",
            "url": "http://www.sak.nu/index.php?ucat=14&start_from=0&show_index=true"
        },
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=127&when=2012"
        }
    ]
}