Information about plays

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

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

{
    "id": 3548434,
    "uri": "https://api.kexp.org/v2/plays/3548434/?format=api",
    "airdate": "2025-09-03T13:30:42-07:00",
    "show": 64464,
    "show_uri": "https://api.kexp.org/v2/shows/64464/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Have You Ever Loved A Woman",
    "track_id": "260be59a-4b8c-45b4-8725-0552cd359397",
    "recording_id": "34d68ff8-4699-4818-98cd-5dabe8c728d2",
    "artist": "Freddie King",
    "artist_ids": [
        "d6ae4b23-965f-485a-b2c2-66c43ffaef20"
    ],
    "album": "Blues Upside Your Head",
    "release_id": "1ef0eee4-1c9f-4668-8031-8f2a5ab4c086",
    "release_group_id": "160a113b-92ba-450f-b7fe-8132c87d7d38",
    "labels": [
        "Charly Holdings Inc."
    ],
    "label_ids": [
        "f111a230-003e-4c3d-95d9-9a2c332bff14"
    ],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to the late Freddie King born on this date in 1934. The blues guitarist and singer was often mentioned as one of \"the Three Kings\" of electric blues guitar along with Albert King and B.B. King. \n--\nHere's a biography from the Texas State Historical Association: https://www.tshaonline.org/handbook/entries/king-freddie",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}