Information about plays

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

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

{
    "id": 3657322,
    "uri": "https://api.kexp.org/v2/plays/3657322/?format=api",
    "airdate": "2026-05-20T17:28:43-07:00",
    "show": 66769,
    "show_uri": "https://api.kexp.org/v2/shows/66769/?format=api",
    "image_uri": "https://dn711406.ca.archive.org/0/items/mbid-d7dc74fe-3c3c-468f-81fb-ee45a962b26e/mbid-d7dc74fe-3c3c-468f-81fb-ee45a962b26e-45157861506_thumb500.jpg",
    "thumbnail_uri": "https://dn711406.ca.archive.org/0/items/mbid-d7dc74fe-3c3c-468f-81fb-ee45a962b26e/mbid-d7dc74fe-3c3c-468f-81fb-ee45a962b26e-45157861506_thumb250.jpg",
    "song": "Heart Has to Work So Hard",
    "track_id": "58d48ff4-8d75-4c5d-9ae6-e2cbd2eee5ee",
    "recording_id": "1fed5294-86c5-4a76-9c74-3882a365da63",
    "artist": "Blondshell",
    "artist_ids": [
        "f6621a8d-5644-460a-b0a8-9171cb2c595d"
    ],
    "album": "Heart Has To Work So Hard",
    "release_id": "d7dc74fe-3c3c-468f-81fb-ee45a962b26e",
    "release_group_id": "cc4e0ce4-86bd-47d2-87f3-85aa2efb729f",
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2026-05-18",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new single from Blondshell!\n\nBlondshell will be touring the US this fall:\n- October 17 @ The Castro Theatre in SF!\n- October 20 @ Showbox SODO in Seattle!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}