Information about plays

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

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

{
    "id": 3598743,
    "uri": "https://api.kexp.org/v2/plays/3598743/?format=api",
    "airdate": "2026-01-01T08:08:40-08:00",
    "show": 65531,
    "show_uri": "https://api.kexp.org/v2/shows/65531/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ain't Quite Right",
    "track_id": "287ec6b4-f92a-482c-b471-5384c458221b",
    "recording_id": "96fc55e0-02b2-4633-8e6c-2e5951450e5f",
    "artist": "Still Blank",
    "artist_ids": [
        "0a7734c0-a5ae-4fb5-8c3a-5ac66cd05ac8"
    ],
    "album": "Still Blank",
    "release_id": "5df4e4e9-de9d-4891-a72a-ce73a88c7be1",
    "release_group_id": "90cc756c-1a19-480c-9301-0965401cf148",
    "labels": [
        "Capitol Records",
        "Distant Relative Recordings"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73",
        "994858c6-ac8a-4694-a9e4-c2bb1b43022c"
    ],
    "release_date": "2025-11-21",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jordy Fleming (vocalist) says that they \"wrote the song around Christmas in rainy Manchester while listening to a lot of Sonic Youth and PJ Harvey\"\n\nWatch the visualizer here: https://www.youtube.com/watch?v=ajIIsBSAFYk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}