Information about plays

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

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

{
    "id": 3583141,
    "uri": "https://api.kexp.org/v2/plays/3583141/?format=api",
    "airdate": "2025-11-26T07:30:23-08:00",
    "show": 65214,
    "show_uri": "https://api.kexp.org/v2/shows/65214/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mess On a Mission",
    "track_id": "89934917-a54f-4679-8bee-7027cf977fe4",
    "recording_id": "04827d81-5f21-4821-8dd0-517825cf5dba",
    "artist": "Liars",
    "artist_ids": [
        "03098741-08b3-4dd7-b3f6-1b0bfa2c879c"
    ],
    "album": "Mess",
    "release_id": "10d7d48f-27c9-4933-b8bb-1ba546fbbddf",
    "release_group_id": "61c53044-883e-47de-b01e-e366c21d1ea4",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2014-03-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The band said in a press release: \"Mess On A Mission acknowledges some of the modern day issues of uncertainty, of being overwhelmed with possibilities, too many choices and it vocalises them. It's cathartic and a more positive spin on something our music has always dealt with: anxiety.\" https://bit.ly/3Z8nMfh\n\nCheck out Troy hosting Liars Live on KEXP in 2014: https://bit.ly/3HWHy7E \n\nhttps://liars.bandcamp.com\nhttps://liarsofficial.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}