Information about plays

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

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

{
    "id": 3548342,
    "uri": "https://api.kexp.org/v2/plays/3548342/?format=api",
    "airdate": "2025-09-03T08:18:20-07:00",
    "show": 64462,
    "show_uri": "https://api.kexp.org/v2/shows/64462/?format=api",
    "image_uri": "https://ia803404.us.archive.org/2/items/mbid-51ceab1e-1f98-474f-b906-caef1cf6b5b6/mbid-51ceab1e-1f98-474f-b906-caef1cf6b5b6-7611131367_thumb500.jpg",
    "thumbnail_uri": "https://ia803404.us.archive.org/2/items/mbid-51ceab1e-1f98-474f-b906-caef1cf6b5b6/mbid-51ceab1e-1f98-474f-b906-caef1cf6b5b6-7611131367_thumb250.jpg",
    "song": "Ground on Down",
    "track_id": "9ff24a72-a3a9-30ae-bfdc-b612be5a37d6",
    "recording_id": "d8e6a2a0-113e-42c7-bf4e-ffd83f8c4817",
    "artist": "Ben Harper",
    "artist_ids": [
        "1582a5b8-538e-45e7-9ae4-4099439a0e79"
    ],
    "album": "Fight for Your Mind",
    "release_id": "51ceab1e-1f98-474f-b906-caef1cf6b5b6",
    "release_group_id": "90316e26-abe5-3301-bccf-4e59cb299396",
    "labels": [
        "Virgin Records America, Inc."
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ben Harper's album \"Fight for Your Mind\" turned 30 this year.\nWatch a great live performance by Ben Harper in the KEXP studio in 2016: https://www.youtube.com/watch?v=6Y4tEymZPw4\n\nhttps://www.benharper.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}