Information about plays

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

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

{
    "id": 3632483,
    "uri": "https://api.kexp.org/v2/plays/3632483/?format=api",
    "airdate": "2026-03-22T19:18:28-07:00",
    "show": 66253,
    "show_uri": "https://api.kexp.org/v2/shows/66253/?format=api",
    "image_uri": "https://coverartarchive.org/release/dee1f517-383a-43ed-b33a-126828e455b7/25865134039-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dee1f517-383a-43ed-b33a-126828e455b7/25865134039-250.jpg",
    "song": "Tell Me What To Do",
    "track_id": null,
    "recording_id": null,
    "artist": "Johnny Hammond",
    "artist_ids": [],
    "album": "Gears",
    "release_id": null,
    "release_group_id": "e199f355-ed97-381b-969c-812363186252",
    "labels": [
        "Fantasy"
    ],
    "label_ids": [
        "757acd4a-dade-433d-b754-53468f243220"
    ],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Soul jazz and hard bop organist Johnny Hammond created two popular albums with the Mizell Brothers, Gambler's Life (1974) for the CTI offshoot, Salvation, and then in 1975 with Gears after switching to another jazz label, Milestone Records. \"Tell Me What To Do\" is featured on the latter.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}