Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/3599220/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3599220,
    "uri": "https://api.kexp.org/v2/plays/3599220/?format=api",
    "airdate": "2026-01-02T12:29:51-08:00",
    "show": 65540,
    "show_uri": "https://api.kexp.org/v2/shows/65540/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Good Enough",
    "track_id": null,
    "recording_id": "ecbe09cc-67eb-4f0f-bc51-4ea4c2867024",
    "artist": "July Talk",
    "artist_ids": [
        "e3ba77a0-2f73-4893-98f4-5e5709dc854b"
    ],
    "album": "Pray for It",
    "release_id": null,
    "release_group_id": "c4700d69-cdbd-4d79-b1a3-2d4bee837b9c",
    "labels": [
        "Sleepless Records"
    ],
    "label_ids": [
        "085fc063-2dd0-4bc0-92aa-60976b79a6e5"
    ],
    "release_date": "2020-07-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out of Toronto, July Talk released \"Good Enough\" on their 2020 Pray for It album.\n\n\"July Talk's most assured, expressive collection of songs comes in the form of a radical surrender to the power of vulnerability. 'Pray For It' finds the band evolving again towards unexplored sonic territory, featuring nuanced, textured arrangements, a subverted gospel-guided collaboration and the hard-hitting rock n' roll the band is know for.\" https://tinyurl.com/bdd6tau4\n\nhttps://julytalk.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}