Information about plays

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

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

{
    "id": 3656790,
    "uri": "https://api.kexp.org/v2/plays/3656790/?format=api",
    "airdate": "2026-05-19T10:22:16-07:00",
    "show": 66759,
    "show_uri": "https://api.kexp.org/v2/shows/66759/?format=api",
    "image_uri": "https://coverartarchive.org/release/b32dc69b-cb78-4179-ad20-0d93e6e9be2d/6962674678-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b32dc69b-cb78-4179-ad20-0d93e6e9be2d/6962674678-250.jpg",
    "song": "Saint Valentine",
    "track_id": null,
    "recording_id": "58de1884-41c3-4a9d-b700-79d9faf3c84e",
    "artist": "Gregory Alan Isakov",
    "artist_ids": [
        "5c61efe6-3cdf-4160-b43c-9274944369e6"
    ],
    "album": "The Weatherman",
    "release_id": null,
    "release_group_id": "09d798f2-6cd0-4bc8-872b-81feae06c920",
    "labels": [
        "Suitcase Town Music"
    ],
    "label_ids": [
        "23863055-d5a7-46b9-bbd1-c571ea01a438"
    ],
    "release_date": "2013-07-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "DJ T is a 15-year-old singer-songwriter from the Ballard neighborhood of Seattle. He’s learning how to play several instruments including guitar, ukulele, piano and glockenspiel. He says he is grateful for the DJs and music discovery at KEXP that has inspired him to pursue making music himself. Go here for a full biography of DJ T and his 90.TEEN colleagues: https://www.kexp.org/djs/90teen-djs/\n--",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}