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

{
    "url": "https://demozoo.org/api/v1/parties/5549/?format=api",
    "demozoo_url": "https://demozoo.org/parties/5549/",
    "id": 5549,
    "name": "BrowserFest 2021",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1954/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1954/",
        "id": 1954,
        "name": "BrowserFest",
        "website": "https://browserfest.netizen.org/"
    },
    "start_date": "2021-04-10",
    "end_date": "2021-04-10",
    "location": "",
    "is_online": true,
    "country_code": "",
    "latitude": null,
    "longitude": null,
    "website": "https://browserfest.netizen.org/",
    "invitations": [],
    "releases": [
        {
            "url": "https://demozoo.org/api/v1/productions/386803/?format=api",
            "demozoo_url": "https://demozoo.org/productions/386803/",
            "id": 386803,
            "title": "The Bug",
            "author_nicks": [
                {
                    "name": "Nom De Nom",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/43383/?format=api",
                        "id": 43383,
                        "name": "Nom De Nom",
                        "is_group": false
                    }
                },
                {
                    "name": "axaxaxas",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/75965/?format=api",
                        "id": 75965,
                        "name": "axaxaxas",
                        "is_group": false
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2021-04",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/12/?format=api",
                    "id": 12,
                    "name": "Browser"
                }
            ],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                    "id": 1,
                    "name": "Demo",
                    "supertype": "production"
                }
            ],
            "tags": []
        }
    ],
    "competitions": [],
    "external_links": [
        {
            "link_class": "BaseUrl",
            "url": "https://www.youtube.com/watch?v=BpzJViYa6OU"
        }
    ]
}