Information about plays

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

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

{
    "id": 3658276,
    "uri": "https://api.kexp.org/v2/plays/3658276/?format=api",
    "airdate": "2026-05-22T23:53:44-07:00",
    "show": 66788,
    "show_uri": "https://api.kexp.org/v2/shows/66788/?format=api",
    "image_uri": "https://coverartarchive.org/release/db04fade-80a6-459e-ad17-13734ec826ec/8201601144-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/db04fade-80a6-459e-ad17-13734ec826ec/8201601144-250.jpg",
    "song": "Practice Lookin’ Hard",
    "track_id": null,
    "recording_id": "ea65c1fb-e006-448d-a24f-ae5e3c2febb7",
    "artist": "E‐40",
    "artist_ids": [
        "a449973b-074b-4cf0-a4d6-f11fa2d1073f"
    ],
    "album": "The Mail Man",
    "release_id": null,
    "release_group_id": "ec7a0e44-f4a6-38ba-adeb-8281305c9d0d",
    "labels": [
        "Sick Wid’ It Records"
    ],
    "label_ids": [
        "f7097d96-1635-479e-b7c0-279380de0589"
    ],
    "release_date": "1993-10-05",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "E-40 sampled the vocals from The Coup's \"Not Yet Free.\"\n--\nThe video for this song features E-40, Tupac, and Boots Riley from The Coup. While Tupac is not featured in the song, Boots performs the eponymous chorus.: https://www.youtube.com/watch?v=avkToQqG1qw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}