Information about plays

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

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

{
    "id": 3587878,
    "uri": "https://api.kexp.org/v2/plays/3587878/?format=api",
    "airdate": "2025-12-07T03:01:29-08:00",
    "show": 65311,
    "show_uri": "https://api.kexp.org/v2/shows/65311/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Backseat Banton",
    "track_id": "4191d957-a437-407a-b764-a88209f1e338",
    "recording_id": "2242830c-b696-4bb0-af08-463c7c851770",
    "artist": "Bartees Strange",
    "artist_ids": [
        "9e1ea361-c2cc-45a4-a926-00518453efc0"
    ],
    "album": "Horror",
    "release_id": "ace68392-fd80-42b9-ad18-e3a8007b4288",
    "release_group_id": "22957872-6303-4b01-a248-06f17b750a6f",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2025-02-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this issue of KEXP's A Deeper Listen podcast, Bartees Strange talks with Emily Fox about his album \"Horror\": https://www.kexp.org/podcasts/a-deeper-listen/2025/2/18/bartees-strange-on-horror-and-overcoming-his-fears/\n\nThis is the final single from Bartees Stange's new album, \"Horror.\" \n\n Watch him perform it live on the Jimmy Kimmel show: https://www.youtube.com/watch?v=1tEr-79sU98",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}