Information about plays

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

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

{
    "id": 3546282,
    "uri": "https://api.kexp.org/v2/plays/3546282/?format=api",
    "airdate": "2025-08-29T11:39:11-07:00",
    "show": 64418,
    "show_uri": "https://api.kexp.org/v2/shows/64418/?format=api",
    "image_uri": "https://dn721802.ca.archive.org/0/items/mbid-cc713329-d237-4577-8581-278e4e39475e/mbid-cc713329-d237-4577-8581-278e4e39475e-30420502849_thumb500.jpg",
    "thumbnail_uri": "https://ia802300.us.archive.org/2/items/mbid-cc713329-d237-4577-8581-278e4e39475e/mbid-cc713329-d237-4577-8581-278e4e39475e-30420502849_thumb250.jpg",
    "song": "Driver 8",
    "track_id": "2fb640b2-b2e7-43b7-8091-1265858a55fa",
    "recording_id": "bd66410b-0b97-48d1-9a67-279b259ef9d1",
    "artist": "Jason Isbell and the 400 Unit feat.John Paul White",
    "artist_ids": [
        "41476780-c7b2-4521-9752-67ce823b3695",
        "857c2983-0a33-466f-8607-28504ba8a6c0"
    ],
    "album": "Georgia Blue",
    "release_id": "cc713329-d237-4577-8581-278e4e39475e",
    "release_group_id": "f8392165-0556-4725-ba5c-bad182c777c0",
    "labels": [
        "Southeastern Records"
    ],
    "label_ids": [
        "e0be67f0-048c-4bc6-a2b2-7a2199f78be1"
    ],
    "release_date": "2021-10-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jason Isbell released this R.E.M. cover in 2021 on an album of Georgia-related songs. \n\nIsbell says: \"On election day 2020, when I saw that there was a good chance the state of Georgia might go blue, I came up with an idea: to record an album of Georgia-related songs as a thank you to the state and donate the money to a Georgia based non-profit organization.\" \n\nRead more: https://jasonisbell.bandcamp.com/album/georgia-blue",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}