Information about plays

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

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

{
    "id": 3620969,
    "uri": "https://api.kexp.org/v2/plays/3620969/?format=api",
    "airdate": "2026-02-22T19:34:55-08:00",
    "show": 66004,
    "show_uri": "https://api.kexp.org/v2/shows/66004/?format=api",
    "image_uri": "https://coverartarchive.org/release/bc7c5523-8bc0-417c-8252-f6315599f7b5/43102330724-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bc7c5523-8bc0-417c-8252-f6315599f7b5/43102330724-250.jpg",
    "song": "Call Your Mom",
    "track_id": null,
    "recording_id": "8714c292-5ae1-48b6-a767-cb3a8711c71f",
    "artist": "Delvon Lamarr Organ Trio",
    "artist_ids": [
        "d70f3879-b92c-4948-a430-fc25d2e3c52d"
    ],
    "album": "I Told You So",
    "release_id": null,
    "release_group_id": "10e02ce0-f9bf-47bd-9105-b97e8796a80e",
    "labels": [
        "Colemine Records"
    ],
    "label_ids": [
        "cfb1811d-1776-4c68-881e-112f83b59998"
    ],
    "release_date": "2021-01-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Delvon Lamarr Organ Trio, also known as DLO3, is a soul-jazz group founded in 2015. The band has released five albums. Their debut album, titled Close But No Cigar, charted at number one on the U.S. Contemporary Jazz Albums chart. \"Call Your Mom\" was on their 2021 album I Told You So.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}