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

{
    "url": "https://demozoo.org/api/v1/parties/3203/?format=api",
    "demozoo_url": "https://demozoo.org/parties/3203/",
    "id": 3203,
    "name": "Softbound 1",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1270/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1270/",
        "id": 1270,
        "name": "Softbound",
        "website": ""
    },
    "start_date": "2017-07-29",
    "end_date": "2017-07-29",
    "location": "Avon, Livingston County, New York, United States",
    "is_online": false,
    "country_code": "US",
    "latitude": 42.91201,
    "longitude": -77.74556,
    "website": "",
    "invitations": [],
    "releases": [
        {
            "url": "https://demozoo.org/api/v1/productions/176625/?format=api",
            "demozoo_url": "https://demozoo.org/productions/176625/",
            "id": 176625,
            "title": "lua-osg-livecoding",
            "author_nicks": [
                {
                    "name": "cxw",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/65996/?format=api",
                        "id": 65996,
                        "name": "cxw",
                        "is_group": false
                    }
                }
            ],
            "author_affiliation_nicks": [
                {
                    "name": "Incline",
                    "abbreviation": "NCL",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/65997/?format=api",
                        "id": 65997,
                        "name": "Incline",
                        "is_group": true
                    }
                }
            ],
            "release_date": "2017-07-29",
            "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/6/?format=api",
                    "id": 6,
                    "name": "Tool",
                    "supertype": "production"
                }
            ],
            "tags": [
                "lua",
                "openscenegraph",
                "livecoding"
            ]
        }
    ],
    "competitions": [],
    "external_links": [
        {
            "link_class": "BaseUrl",
            "url": "https://www.pouet.net/topic.php?which=11145"
        },
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=1820&when=2017"
        },
        {
            "link_class": "SceneOrgFolder",
            "url": "https://files.scene.org/browse/parties/2017/softbound17/"
        }
    ]
}