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

{
    "url": "https://demozoo.org/api/v1/parties/3365/?format=api",
    "demozoo_url": "https://demozoo.org/parties/3365/",
    "id": 3365,
    "name": "STHD Conference February 2016",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1321/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1321/",
        "id": 1321,
        "name": "STHD Conference February",
        "website": "http://csdb.dk/event/?id=2457"
    },
    "start_date": "2016-02-20",
    "end_date": "2016-02-21",
    "location": "Germany",
    "is_online": false,
    "country_code": "DE",
    "latitude": 51.5,
    "longitude": 10.5,
    "website": "http://csdb.dk/event/?id=2457",
    "invitations": [],
    "releases": [
        {
            "url": "https://demozoo.org/api/v1/productions/175155/?format=api",
            "demozoo_url": "https://demozoo.org/productions/175155/",
            "id": 175155,
            "title": "Swiensbraden",
            "author_nicks": [
                {
                    "name": "Stonehead",
                    "abbreviation": "STHD",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/40239/?format=api",
                        "id": 40239,
                        "name": "Stonehead",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2016-02-20",
            "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": []
}