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

{
    "url": "https://demozoo.org/api/v1/parties/5221/?format=api",
    "demozoo_url": "https://demozoo.org/parties/5221/",
    "id": 5221,
    "name": "GBA Jam 2021",
    "tagline": "This year marks the 20th anniversary of the Game Boy Advance! To celebrate, we're running a homebrew compo. You have 3 months to make something cool that runs on the GBA, using whatever tools you like.",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1891/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1891/",
        "id": 1891,
        "name": "GBA Jam",
        "website": "https://itch.io/jam/gbajam21"
    },
    "start_date": "2021-04-10",
    "end_date": "2021-08-12",
    "location": "",
    "is_online": true,
    "country_code": "",
    "latitude": null,
    "longitude": null,
    "website": "https://itch.io/jam/gbajam21",
    "invitations": [],
    "releases": [
        {
            "url": "https://demozoo.org/api/v1/productions/300256/?format=api",
            "demozoo_url": "https://demozoo.org/productions/300256/",
            "id": 300256,
            "title": "Varooom 3D",
            "author_nicks": [
                {
                    "name": "GValiente",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/116491/?format=api",
                        "id": 116491,
                        "name": "GValiente",
                        "is_group": false
                    }
                },
                {
                    "name": "Tempest",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/1477/?format=api",
                        "id": 1477,
                        "name": "Tempest",
                        "is_group": false
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2021-07-10",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/30/?format=api",
                    "id": 30,
                    "name": "Nintendo Game Boy Advance (GBA)"
                }
            ],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/33/?format=api",
                    "id": 33,
                    "name": "Game",
                    "supertype": "production"
                }
            ],
            "tags": [
                "source-available"
            ]
        }
    ],
    "competitions": [],
    "external_links": []
}