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

{
    "url": "https://demozoo.org/api/v1/parties/4872/?format=api",
    "demozoo_url": "https://demozoo.org/parties/4872/",
    "id": 4872,
    "name": "ByteFest 2022",
    "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": "2022-10-29",
    "end_date": "2022-10-29",
    "location": "Czechia",
    "is_online": false,
    "country_code": "CZ",
    "latitude": 49.75,
    "longitude": 15.0,
    "website": "http://www.bytefest.org/",
    "invitations": [],
    "releases": [
        {
            "url": "https://demozoo.org/api/v1/productions/336443/?format=api",
            "demozoo_url": "https://demozoo.org/productions/336443/",
            "id": 336443,
            "title": "Restore 2",
            "author_nicks": [
                {
                    "name": "Restore Team",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/140843/?format=api",
                        "id": 140843,
                        "name": "Restore Team",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2022-10-29",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/2/?format=api",
                    "id": 2,
                    "name": "ZX Spectrum"
                }
            ],
            "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=2022"
        },
        {
            "link_class": "TwitterAccount",
            "url": "https://twitter.com/bytefestcz"
        }
    ]
}