Information about plays

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

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

{
    "id": 3613563,
    "uri": "https://api.kexp.org/v2/plays/3613563/?format=api",
    "airdate": "2026-02-05T14:13:02-08:00",
    "show": 65847,
    "show_uri": "https://api.kexp.org/v2/shows/65847/?format=api",
    "image_uri": "https://coverartarchive.org/release/aef4368a-15de-4a47-8654-10b08fc777d3/35976235337-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/aef4368a-15de-4a47-8654-10b08fc777d3/35976235337-250.jpg",
    "song": "’Round Midnight",
    "track_id": null,
    "recording_id": "ff1981d8-ed71-494b-9b8e-f1305577f030",
    "artist": "Wes Montgomery Trio",
    "artist_ids": [
        "739d421f-1f7a-4dd8-b56e-fb4fb7634aee"
    ],
    "album": "A Dynamic New Sound: Guitar/Organ/Drums",
    "release_id": null,
    "release_group_id": "89db6d14-c815-3521-ab86-47ed49777e54",
    "labels": [
        "Riverside"
    ],
    "label_ids": [
        "fd9ac552-7dae-42e4-98bf-d3a634bded8a"
    ],
    "release_date": "1959-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is Wes Montgomery's beautiful cover of the Thelonius Monk composition. The hook in this song was sampled by The Pharcyde in \"Drop.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}