Information about plays

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

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

{
    "id": 3542847,
    "uri": "https://api.kexp.org/v2/plays/3542847/?format=api",
    "airdate": "2025-08-21T10:39:47-07:00",
    "show": 64347,
    "show_uri": "https://api.kexp.org/v2/shows/64347/?format=api",
    "image_uri": "https://ia903207.us.archive.org/4/items/mbid-593f09a7-95de-3b3e-9e09-169e91ec630f/mbid-593f09a7-95de-3b3e-9e09-169e91ec630f-14989052153_thumb500.jpg",
    "thumbnail_uri": "https://ia803207.us.archive.org/4/items/mbid-593f09a7-95de-3b3e-9e09-169e91ec630f/mbid-593f09a7-95de-3b3e-9e09-169e91ec630f-14989052153_thumb250.jpg",
    "song": "Three Little Birds",
    "track_id": "443d832c-8d4b-3b61-a563-30f510db5bd2",
    "recording_id": "33b9b9fd-15a1-4e1f-a10a-3d15df5e58f0",
    "artist": "Bob Marley & The Wailers",
    "artist_ids": [
        "c296e10c-110a-4103-9e77-47bfebb7fb2e"
    ],
    "album": "Exodus",
    "release_id": "593f09a7-95de-3b3e-9e09-169e91ec630f",
    "release_group_id": "c5650313-60f3-34d3-92e4-300545133792",
    "labels": [
        "Tuff Gong",
        "Island"
    ],
    "label_ids": [
        "be14aa98-403a-4337-8a1e-d104b90d4f3c",
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2001-11-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Kyle:\n\n\"I have three friends who recently survived breast cancer: Leslie, Leah and Jill. \nJill lives (literally) for her daughters.  She calls them her \"\"birds.\"\" \nI would love to hear Marley's \"\"Three Little Birds\"\" if this fits into your mix today.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}