Information about plays

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

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

{
    "id": 3638628,
    "uri": "https://api.kexp.org/v2/plays/3638628/?format=api",
    "airdate": "2026-04-06T13:10:02-07:00",
    "show": 66384,
    "show_uri": "https://api.kexp.org/v2/shows/66384/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Read My Mind",
    "track_id": null,
    "recording_id": "bc1b5ef5-220e-4cab-8457-a3ad405580df",
    "artist": "Tashan",
    "artist_ids": [
        "5ae6506e-39c8-412a-a978-a31c393f3542"
    ],
    "album": "Chasin' A Dream",
    "release_id": null,
    "release_group_id": "4fc5936e-f4f4-4802-ad12-812c0cd235f4",
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The debut release from the NY artist. As of April 2009 Tashan professionally goes by the name Tashan7.\n\nhttps://tashan7.com/track/340877/chasin-a-dream",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}