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

{
    "url": "https://demozoo.org/api/v1/parties/3735/?format=api",
    "demozoo_url": "https://demozoo.org/parties/3735/",
    "id": 3735,
    "name": "ByteFest 2018",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1200/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1200/",
        "id": 1200,
        "name": "ByteFest",
        "website": "http://www.bytefest.org/"
    },
    "start_date": "2018-10-12",
    "end_date": "2018-10-14",
    "location": "Prague, Praha, Czech Republic",
    "is_online": false,
    "country_code": "CZ",
    "latitude": 50.08804,
    "longitude": 14.42076,
    "website": "http://www.bytefest.cz/",
    "invitations": [],
    "releases": [
        {
            "url": "https://demozoo.org/api/v1/productions/194729/?format=api",
            "demozoo_url": "https://demozoo.org/productions/194729/",
            "id": 194729,
            "title": "Flop 62",
            "author_nicks": [
                {
                    "name": "Flop Magazine Staff",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/70810/?format=api",
                        "id": 70810,
                        "name": "Flop Magazine Staff",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2018-10-13",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/16/?format=api",
                    "id": 16,
                    "name": "Atari 8 bit"
                }
            ],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/5/?format=api",
                    "id": 5,
                    "name": "Diskmag",
                    "supertype": "production"
                }
            ],
            "tags": []
        }
    ],
    "competitions": [],
    "external_links": [
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=1376&when=2018"
        },
        {
            "link_class": "TwitterAccount",
            "url": "https://twitter.com/bytefestcz"
        }
    ]
}