Information about plays

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

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

{
    "id": 3656918,
    "uri": "https://api.kexp.org/v2/plays/3656918/?format=api",
    "airdate": "2026-05-19T17:40:58-07:00",
    "show": 66761,
    "show_uri": "https://api.kexp.org/v2/shows/66761/?format=api",
    "image_uri": "https://dn721803.ca.archive.org/0/items/mbid-c7b360d3-0d55-3c9e-a57a-9b97bbe9d6a5/mbid-c7b360d3-0d55-3c9e-a57a-9b97bbe9d6a5-43257611625_thumb500.jpg",
    "thumbnail_uri": "https://dn721803.ca.archive.org/0/items/mbid-c7b360d3-0d55-3c9e-a57a-9b97bbe9d6a5/mbid-c7b360d3-0d55-3c9e-a57a-9b97bbe9d6a5-43257611625_thumb250.jpg",
    "song": "Use Me",
    "track_id": "2db05cad-6718-3a05-99f4-c0a8e1490cfe",
    "recording_id": "e240982f-52a5-4e17-8dda-1f700e6ae26c",
    "artist": "Bill Withers",
    "artist_ids": [
        "fd1a2d9d-9bb6-44de-83a3-41560658aba9"
    ],
    "album": "Live at Carnegie Hall",
    "release_id": "8218cefb-d3bd-46d1-b3cd-a3ad4dd5bd6a",
    "release_group_id": "8f1318d9-8a6f-3c4c-a6de-bcdabc7123e4",
    "labels": [
        "Sussex"
    ],
    "label_ids": [
        "feb8b4fb-5ac8-447c-b09c-a9329d39d63b"
    ],
    "release_date": "1973-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Judith!\n__\nBill Withers' \"Use Me\" was a song originally included on his 1972 album 'Still Bill.' \n\n'Live at Carnegie Hall' is a live album recorded on October 6, 1972 at Carnegie Hall. \n__\nhttps://billwithers.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}