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

{
    "url": "https://demozoo.org/api/v1/parties/2310/?format=api",
    "demozoo_url": "https://demozoo.org/parties/2310/",
    "id": 2310,
    "name": "Hackerence Winter Demo Party 2014",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/243/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/243/",
        "id": 243,
        "name": "Hackerence",
        "website": "http://www.hackerence.com/demo"
    },
    "start_date": "2014-11-28",
    "end_date": "2014-11-30",
    "location": "Härnösands Kommun, Västernorrland, Sweden",
    "is_online": false,
    "country_code": "SE",
    "latitude": 62.76667,
    "longitude": 17.68333,
    "website": "http://web.archive.org/web/20150927193205/http://demo.hackerence.com/",
    "invitations": [
        {
            "url": "https://demozoo.org/api/v1/productions/121306/?format=api",
            "demozoo_url": "https://demozoo.org/productions/121306/",
            "id": 121306,
            "title": "Hackerence Winter Demoparty 2014",
            "author_nicks": [
                {
                    "name": "attle",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/51533/?format=api",
                        "id": 51533,
                        "name": "attle",
                        "is_group": false
                    }
                },
                {
                    "name": "zChris",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/37386/?format=api",
                        "id": 37386,
                        "name": "zChris",
                        "is_group": false
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2014-09-06",
            "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/11/?format=api",
                    "id": 11,
                    "name": "Invitation",
                    "supertype": "production"
                }
            ],
            "tags": []
        }
    ],
    "releases": [],
    "competitions": [],
    "external_links": [
        {
            "link_class": "DemopartyNetParty",
            "url": "https://www.demoparty.net/hackerence/hackerence-winter-demoparty-2014"
        },
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=1081&when=2014"
        }
    ]
}