Information about plays

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

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

{
    "id": 3545374,
    "uri": "https://api.kexp.org/v2/plays/3545374/?format=api",
    "airdate": "2025-08-27T05:25:37-07:00",
    "show": 64399,
    "show_uri": "https://api.kexp.org/v2/shows/64399/?format=api",
    "image_uri": "https://ia803207.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": "\"thank YOU, Eva, (and all the DJ assistants) for all you do for us everyday. I've been an Amplifier for almost two decades now. You give me joy and connection, and open my mind to new artists and perspectives like no other organization or streaming service ever has. Keep human-powered music going!!!\"\n\n-Neill, Amplifier in Shreveport",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}