Information about plays

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

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

{
    "id": 3500350,
    "uri": "https://api.kexp.org/v2/plays/3500350/?format=api",
    "airdate": "2025-05-12T08:40:53-07:00",
    "show": 63441,
    "show_uri": "https://api.kexp.org/v2/shows/63441/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sober",
    "track_id": null,
    "recording_id": "84cd314c-aac8-4c16-b215-26149de4e65a",
    "artist": "Elbow",
    "artist_ids": [
        "3cb3928a-526c-4a3d-93c5-53315fa9bde0"
    ],
    "album": "Audio Vertigo Echo Elbow EP5",
    "release_id": null,
    "release_group_id": "14e5bef0-530c-4bb0-bad0-fd84bcab674d",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "2025-06-06",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Manchester’s Elbow have just shared a new song called “Sober,” from their forthcoming EP Audio Vertigo Echo that’s out June 6 via Polydor/GEFFEN. \n\nSinger Guy Garvey says, “We are having more fun in the studio than ever before (and) the words are all stories from my past, sometimes joyful, often dark, but all of it exciting and mostly true.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}