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

{
    "url": "https://demozoo.org/api/v1/parties/2019/?format=api",
    "demozoo_url": "https://demozoo.org/parties/2019/",
    "id": 2019,
    "name": "E-JagFest 2000",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/715/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/715/",
        "id": 715,
        "name": "E-JagFest",
        "website": "http://ejagfest.de/"
    },
    "start_date": "2000-11-12",
    "end_date": "2000-11-12",
    "location": "Meddo, Gemeente Winterswijk, Gelderland, Netherlands",
    "is_online": false,
    "country_code": "NL",
    "latitude": 52.01333,
    "longitude": 6.70694,
    "website": "http://ejagfest.de/european-atari-jaguar-festival-2000/",
    "invitations": [],
    "releases": [
        {
            "url": "https://demozoo.org/api/v1/productions/144256/?format=api",
            "demozoo_url": "https://demozoo.org/productions/144256/",
            "id": 144256,
            "title": "E-JagFest 2000 Demo",
            "author_nicks": [
                {
                    "name": "Starcat Developments",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/60399/?format=api",
                        "id": 60399,
                        "name": "Starcat Devocean",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2000-11-12",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/50/?format=api",
                    "id": 50,
                    "name": "Atari Jaguar"
                }
            ],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                    "id": 1,
                    "name": "Demo",
                    "supertype": "production"
                }
            ],
            "tags": []
        }
    ],
    "competitions": [],
    "external_links": []
}