Information about plays

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

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

{
    "id": 3639434,
    "uri": "https://api.kexp.org/v2/plays/3639434/?format=api",
    "airdate": "2026-04-08T11:04:44-07:00",
    "show": 66399,
    "show_uri": "https://api.kexp.org/v2/shows/66399/?format=api",
    "image_uri": "https://dn711008.ca.archive.org/0/items/mbid-38a40944-ac73-4c8e-8638-ec0075b170ea/mbid-38a40944-ac73-4c8e-8638-ec0075b170ea-4530840085_thumb500.jpg",
    "thumbnail_uri": "https://dn711008.ca.archive.org/0/items/mbid-38a40944-ac73-4c8e-8638-ec0075b170ea/mbid-38a40944-ac73-4c8e-8638-ec0075b170ea-4530840085_thumb250.jpg",
    "song": "I’m Always in Love",
    "track_id": "2c8912d7-2b13-3e71-8633-5730eaa322c8",
    "recording_id": "7a7f30b9-976a-4dcf-bc2d-4763f800cead",
    "artist": "Wilco",
    "artist_ids": [
        "9e53f84d-ef44-4c16-9677-5fd4d78cbd7d"
    ],
    "album": "Summerteeth",
    "release_id": "38a40944-ac73-4c8e-8638-ec0075b170ea",
    "release_group_id": "bb7b90b8-bdb5-455c-9c8e-f87aeaf5d156",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1999-03-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wilco's Jeff Tweedy just performed Live on KEXP last Thursday, April 2, at 12 PM!\n\nYou can listen back on the performance using KEXP's two-week streaming archive here: https://www.kexp.org/archive/\n\n-- \n\nMake sure to subscribe to KEXP's YouTube channel to get notified when the video of the session launches: https://www.youtube.com/kexp",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}