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

{
    "url": "https://demozoo.org/api/v1/parties/5232/?format=api",
    "demozoo_url": "https://demozoo.org/parties/5232/",
    "id": 5232,
    "name": "RVScene 2008",
    "tagline": "The Demoparty You Can Drive",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1893/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1893/",
        "id": 1893,
        "name": "RVScene",
        "website": "https://www.rvscene.org"
    },
    "start_date": "2008-08-25",
    "end_date": "2008-08-25",
    "location": "San Jose, Santa Clara County, California, United States",
    "is_online": false,
    "country_code": "US",
    "latitude": 37.33939,
    "longitude": -121.89496,
    "website": "https://www.rvscene.org",
    "invitations": [
        {
            "url": "https://demozoo.org/api/v1/productions/365892/?format=api",
            "demozoo_url": "https://demozoo.org/productions/365892/",
            "id": 365892,
            "title": "RVScene 2008",
            "author_nicks": [
                {
                    "name": "The Peppers Gang",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/61851/?format=api",
                        "id": 61851,
                        "name": "The Peppers Gang",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2008-08",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                    "id": 1,
                    "name": "Windows"
                }
            ],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                    "id": 1,
                    "name": "Demo",
                    "supertype": "production"
                },
                {
                    "url": "https://demozoo.org/api/v1/production_types/11/?format=api",
                    "id": 11,
                    "name": "Invitation",
                    "supertype": "production"
                }
            ],
            "tags": []
        }
    ],
    "releases": [],
    "competitions": [],
    "external_links": [
        {
            "link_class": "BaseUrl",
            "url": "https://vimeo.com/1886860"
        }
    ]
}