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

{
    "url": "https://demozoo.org/api/v1/parties/5022/?format=api",
    "demozoo_url": "https://demozoo.org/parties/5022/",
    "id": 5022,
    "name": "Kaplicon 2011",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/92/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/92/",
        "id": 92,
        "name": "Kaplicon",
        "website": ""
    },
    "start_date": "2011-08",
    "end_date": "2011-08",
    "location": "",
    "is_online": false,
    "country_code": "",
    "latitude": null,
    "longitude": null,
    "website": "",
    "invitations": [],
    "releases": [
        {
            "url": "https://demozoo.org/api/v1/productions/348899/?format=api",
            "demozoo_url": "https://demozoo.org/productions/348899/",
            "id": 348899,
            "title": "KapliShit",
            "author_nicks": [
                {
                    "name": "Hooy-Program",
                    "abbreviation": "H-Prg",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/1427/?format=api",
                        "id": 1427,
                        "name": "Hooy-Program",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2011-08",
            "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/1/?format=api",
                    "id": 1,
                    "name": "Demo",
                    "supertype": "production"
                }
            ],
            "tags": []
        }
    ],
    "competitions": [],
    "external_links": [
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=196&when=2011"
        }
    ]
}