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

{
    "url": "https://demozoo.org/api/v1/parties/1773/?format=api",
    "demozoo_url": "https://demozoo.org/parties/1773/",
    "id": 1773,
    "name": "Vintage Computer Festival Europe 2007",
    "tagline": "Vintage Computer Festival Europe 8.0",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/718/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/718/",
        "id": 718,
        "name": "Vintage Computer Festival Europe",
        "website": "http://www.vcfe.org/D/"
    },
    "start_date": "2007-04-24",
    "end_date": "2007-04-29",
    "location": "Munich, Germany",
    "is_online": false,
    "country_code": "DE",
    "latitude": 48.13641,
    "longitude": 11.57753,
    "website": "",
    "invitations": [],
    "releases": [
        {
            "url": "https://demozoo.org/api/v1/productions/176543/?format=api",
            "demozoo_url": "https://demozoo.org/productions/176543/",
            "id": 176543,
            "title": "Utopia",
            "author_nicks": [
                {
                    "name": "Dvik & Joyrex",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/50870/?format=api",
                        "id": 50870,
                        "name": "Dvik & Joyrex",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2007-04",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/31/?format=api",
                    "id": 31,
                    "name": "MSX"
                }
            ],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                    "id": 1,
                    "name": "Demo",
                    "supertype": "production"
                }
            ],
            "tags": []
        }
    ],
    "competitions": [],
    "external_links": []
}