Information about plays

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

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

{
    "id": 3549657,
    "uri": "https://api.kexp.org/v2/plays/3549657/?format=api",
    "airdate": "2025-09-06T15:38:02-07:00",
    "show": 64493,
    "show_uri": "https://api.kexp.org/v2/shows/64493/?format=api",
    "image_uri": "https://ia801006.us.archive.org/13/items/mbid-916d20c0-8a49-4a7b-aa59-d3c458705f68/mbid-916d20c0-8a49-4a7b-aa59-d3c458705f68-42894987727_thumb500.jpg",
    "thumbnail_uri": "https://ia601006.us.archive.org/13/items/mbid-916d20c0-8a49-4a7b-aa59-d3c458705f68/mbid-916d20c0-8a49-4a7b-aa59-d3c458705f68-42894987727_thumb250.jpg",
    "song": "Another Life",
    "track_id": "f3e595f3-9c1c-4aff-aaa5-686c175f9b6e",
    "recording_id": "5a0313c6-0bf0-4037-9609-8d8a84fe5244",
    "artist": "Alabama Shakes",
    "artist_ids": [
        "40419b33-18e9-4d5a-a674-30b4bb14bac2"
    ],
    "album": "Another Life",
    "release_id": "916d20c0-8a49-4a7b-aa59-d3c458705f68",
    "release_group_id": "cc43c1e0-3767-4a7f-99d2-d1f927721698",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2025-08-29",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yes, there's \"another life\" to Alabama Shakes!  The group's reunion is marked by this song, their first new music in more than a decade.\n--\nThey were interviewed by NPR last week: https://www.npr.org/2025/08/29/nx-s1-5521272/alabama-shakes-new-song-another-life-interview",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}