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

{
    "url": "https://demozoo.org/api/v1/parties/5513/?format=api",
    "demozoo_url": "https://demozoo.org/parties/5513/",
    "id": 5513,
    "name": "Jane 98",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1944/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1944/",
        "id": 1944,
        "name": "Jane",
        "website": ""
    },
    "start_date": "1998",
    "end_date": "1998",
    "location": "Rosslyn, Arlington County, Virginia, United States",
    "is_online": false,
    "country_code": "US",
    "latitude": 38.89678,
    "longitude": -77.07248,
    "website": "",
    "invitations": [],
    "releases": [
        {
            "url": "https://demozoo.org/api/v1/productions/385620/?format=api",
            "demozoo_url": "https://demozoo.org/productions/385620/",
            "id": 385620,
            "title": "Jane98",
            "author_nicks": [
                {
                    "name": "skynxnex",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/154765/?format=api",
                        "id": 154765,
                        "name": "skynxnex",
                        "is_group": false
                    }
                }
            ],
            "author_affiliation_nicks": [
                {
                    "name": "Lazy Ass Coders",
                    "abbreviation": "LaC",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/154766/?format=api",
                        "id": 154766,
                        "name": "Lazy Ass Coders",
                        "is_group": true
                    }
                }
            ],
            "release_date": "1998",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/4/?format=api",
                    "id": 4,
                    "name": "MS-Dos"
                }
            ],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/19/?format=api",
                    "id": 19,
                    "name": "256b Intro",
                    "supertype": "production"
                }
            ],
            "tags": [
                "source-available"
            ]
        }
    ],
    "competitions": [],
    "external_links": []
}