Information about plays

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

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

{
    "id": 3640715,
    "uri": "https://api.kexp.org/v2/plays/3640715/?format=api",
    "airdate": "2026-04-11T11:37:02-07:00",
    "show": 66424,
    "show_uri": "https://api.kexp.org/v2/shows/66424/?format=api",
    "image_uri": "https://coverartarchive.org/release/2f7456dc-690c-40bf-bf30-7d9b34edaf6e/42712699855-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2f7456dc-690c-40bf-bf30-7d9b34edaf6e/42712699855-250.jpg",
    "song": "Stop That Train",
    "track_id": null,
    "recording_id": "a25015c6-ca2f-4ad5-bef3-bdbf82bc625c",
    "artist": "Keith & Tex",
    "artist_ids": [
        "e237a15b-deb1-4e6c-9606-97ac615b41bc"
    ],
    "album": "Redux",
    "release_id": null,
    "release_group_id": "b50bbd00-a5b1-4cf7-97d1-ce96033e4290",
    "labels": [],
    "label_ids": [],
    "release_date": "2014-03-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Stop That Train\" is a classic reggae song written and performed by Peter Tosh, notably released with Bob Marley & The Wailers on the 1973 album Catch a Fire. It serves as a personal anthem of frustration, expressing a desire to escape unhappiness and challenging the listener to understand the singer's need to move on.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}