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

{
    "url": "https://demozoo.org/api/v1/parties/2800/?format=api",
    "demozoo_url": "https://demozoo.org/parties/2800/",
    "id": 2800,
    "name": "Warf Meeting 2004",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1123/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1123/",
        "id": 1123,
        "name": "Warf Meeting",
        "website": ""
    },
    "start_date": "2004-08",
    "end_date": "2004-08",
    "location": "Montluçon, Département de l'Allier, Auvergne, France",
    "is_online": false,
    "country_code": "FR",
    "latitude": 46.33333,
    "longitude": 2.6,
    "website": "",
    "invitations": [],
    "releases": [
        {
            "url": "https://demozoo.org/api/v1/productions/151647/?format=api",
            "demozoo_url": "https://demozoo.org/productions/151647/",
            "id": 151647,
            "title": "The Machines",
            "author_nicks": [
                {
                    "name": "Warf",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/34339/?format=api",
                        "id": 34339,
                        "name": "Warf",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2004-08",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/7/?format=api",
                    "id": 7,
                    "name": "Linux"
                },
                {
                    "url": "https://demozoo.org/api/v1/platforms/4/?format=api",
                    "id": 4,
                    "name": "MS-Dos"
                }
            ],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/33/?format=api",
                    "id": 33,
                    "name": "Game",
                    "supertype": "production"
                }
            ],
            "tags": []
        }
    ],
    "competitions": [],
    "external_links": [
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=637&when=2004"
        }
    ]
}