Information about plays

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

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

{
    "id": 3638019,
    "uri": "https://api.kexp.org/v2/plays/3638019/?format=api",
    "airdate": "2026-04-05T02:37:26-07:00",
    "show": 66371,
    "show_uri": "https://api.kexp.org/v2/shows/66371/?format=api",
    "image_uri": "",
    "thumbnail_uri": "https://ia600608.us.archive.org/9/items/mbid-17d85952-34a0-47f7-9276-8ef9612ca5e4/mbid-17d85952-34a0-47f7-9276-8ef9612ca5e4-21759592538_thumb250.jpg",
    "song": "Black",
    "track_id": "62d3da8f-6139-3ef6-a002-bb2c67e3284c",
    "recording_id": "f1fb77d1-9c98-48f5-90ad-7cf1f4ef030d",
    "artist": "Okkervil River",
    "artist_ids": [
        "9fa07bb4-8312-4cd7-a19a-4fdbc5797148"
    ],
    "album": "Black Sheep Boy",
    "release_id": "17d85952-34a0-47f7-9276-8ef9612ca5e4",
    "release_group_id": "78ef4b4c-b9f5-336b-a123-aef92c12e1ae",
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2005-04-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 2005! That was (redacted) years ago! ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}