Information about plays

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

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

{
    "id": 3627779,
    "uri": "https://api.kexp.org/v2/plays/3627779/?format=api",
    "airdate": "2026-03-11T15:04:40-07:00",
    "show": 66153,
    "show_uri": "https://api.kexp.org/v2/shows/66153/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Am Stretched on Your Grave",
    "track_id": "ff982ff3-93f5-3cc9-b71e-719597ffbc91",
    "recording_id": "cb21fcfc-e981-46eb-88e9-d0264c467cf7",
    "artist": "Sinéad O’Connor",
    "artist_ids": [
        "c78a77fa-507c-4c07-947a-0355029453bd"
    ],
    "album": "I Do Not Want What I Haven’t Got",
    "release_id": "92f17814-57bb-4c9b-8948-fee1f0677472",
    "release_group_id": "9747bcfe-7c42-35ac-8c3e-7ecac9f1227b",
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1990-03-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recognize that drumming? \"I Am Stretched on Your Grave\" contains samples of \"Funky Drummer (Pt. 1 & 2)\" by James Brown.\n--\nSteve Wickham of The Waterboys played fiddle on this song.\n--\nPerhaps you've listened on an OG Thursday when Larry makes connections  for you between pieces of music.  If you love what you learn, support The Afternoon Show with your donation today: https://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}