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

{
    "url": "https://demozoo.org/api/v1/parties/1358/?format=api",
    "demozoo_url": "https://demozoo.org/parties/1358/",
    "id": 1358,
    "name": "Hackerence 2012",
    "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": "2012-03-09",
    "end_date": "2012-03-11",
    "location": "Härnösand, Sweden",
    "is_online": false,
    "country_code": "SE",
    "latitude": 62.63353,
    "longitude": 17.937651,
    "website": "",
    "invitations": [],
    "releases": [
        {
            "url": "https://demozoo.org/api/v1/productions/29214/?format=api",
            "demozoo_url": "https://demozoo.org/productions/29214/",
            "id": 29214,
            "title": "Hackerence 2012",
            "author_nicks": [
                {
                    "name": "Panda Design",
                    "abbreviation": "PDD",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/3178/?format=api",
                        "id": 3178,
                        "name": "Panda Design",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2012-03-10",
            "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/4/?format=api",
                    "id": 4,
                    "name": "Intro",
                    "supertype": "production"
                }
            ],
            "tags": [
                "8580"
            ]
        }
    ],
    "competitions": [],
    "external_links": [
        {
            "link_class": "BaseUrl",
            "url": "http://www.hackerence.com/"
        },
        {
            "link_class": "CsdbEvent",
            "url": "https://csdb.dk/event/?id=1930"
        },
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=1081&when=2012"
        }
    ]
}