Information about plays

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

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

{
    "id": 3637229,
    "uri": "https://api.kexp.org/v2/plays/3637229/?format=api",
    "airdate": "2026-04-03T10:18:15-07:00",
    "show": 66353,
    "show_uri": "https://api.kexp.org/v2/shows/66353/?format=api",
    "image_uri": "https://dn710708.ca.archive.org/0/items/mbid-69b8e698-5ad9-4fbf-a17f-6c41c2bf7aa5/mbid-69b8e698-5ad9-4fbf-a17f-6c41c2bf7aa5-17146212927_thumb500.jpg",
    "thumbnail_uri": "https://ia803208.us.archive.org/16/items/mbid-69b8e698-5ad9-4fbf-a17f-6c41c2bf7aa5/mbid-69b8e698-5ad9-4fbf-a17f-6c41c2bf7aa5-17146212927_thumb250.jpg",
    "song": "Do I Have to Talk You Into It",
    "track_id": "07cb6c44-5572-44a7-9537-bd4ad993966f",
    "recording_id": "462dd4e7-5afe-4ad5-88ac-fa3483314192",
    "artist": "Spoon",
    "artist_ids": [
        "84eac621-1c5a-49a1-9500-555099c6e184"
    ],
    "album": "Hot Thoughts",
    "release_id": "69b8e698-5ad9-4fbf-a17f-6c41c2bf7aa5",
    "release_group_id": "a58dce0f-ecb9-4cb5-b3b8-a86e95882510",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2017-03-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Spoon opened their 2017 session live in the KEXP studio with \"Do I Have to Talk You Into It\". Watch the full set here: https://youtu.be/9xAVeoCS4qM\n\nhttps://spoontheband.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}