Information about plays

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

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

{
    "id": 3547476,
    "uri": "https://api.kexp.org/v2/plays/3547476/?format=api",
    "airdate": "2025-09-01T07:23:38-07:00",
    "show": 64445,
    "show_uri": "https://api.kexp.org/v2/shows/64445/?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": "The new single \"Another Life\" marks the group's first original song release in over a decade! Their previous album Sound & Color came out in 2015.\n\nhttps://www.alabamashakes.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}