Information about plays

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

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

{
    "id": 3551254,
    "uri": "https://api.kexp.org/v2/plays/3551254/?format=api",
    "airdate": "2025-09-10T09:59:36-07:00",
    "show": 64524,
    "show_uri": "https://api.kexp.org/v2/shows/64524/?format=api",
    "image_uri": "https://ia601407.us.archive.org/6/items/mbid-2dc6b5e6-cfb0-4a03-a7dd-d33355a58632/mbid-2dc6b5e6-cfb0-4a03-a7dd-d33355a58632-36302238380_thumb500.jpg",
    "thumbnail_uri": "https://dn721508.ca.archive.org/0/items/mbid-2dc6b5e6-cfb0-4a03-a7dd-d33355a58632/mbid-2dc6b5e6-cfb0-4a03-a7dd-d33355a58632-36302238380_thumb250.jpg",
    "song": "Nothing From Nothing",
    "track_id": "f27aade8-ba99-3b7a-be97-700d129127d7",
    "recording_id": "31a13db7-b0c4-4b05-b96e-c5140cfdf665",
    "artist": "Billy Preston",
    "artist_ids": [
        "8a7cf497-dc5c-4523-932d-3fcbc9a69d38"
    ],
    "album": "Soul Hits of the '70s: Didn't It Blow Your Mind! Volume 13",
    "release_id": "2dc6b5e6-cfb0-4a03-a7dd-d33355a58632",
    "release_group_id": "02cbf0e6-825a-390e-8312-2dbbeeab2079",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Birthday Aedan!\n\nGood morning from LA!\n\nIt’s my birthday today but I couldn’t shake a bad anxious mood this morning — so I did what I always do when I’m struggling with anxiety and turned on KEXP. Music makes the world feel better. Thanks for helping me get through my day every day John! I appreciate you, especially right now.\n\nIf it fits the vibe, could you play Billy Preston’s Nothing From Nothing? It’s my favorite good mood song.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}