Information about plays

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

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

{
    "id": 3632927,
    "uri": "https://api.kexp.org/v2/plays/3632927/?format=api",
    "airdate": "2026-03-24T01:10:40-07:00",
    "show": 66265,
    "show_uri": "https://api.kexp.org/v2/shows/66265/?format=api",
    "image_uri": "https://coverartarchive.org/release/e04a4ef0-76ed-4b88-a6ad-b06db16e334f/14290969856-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e04a4ef0-76ed-4b88-a6ad-b06db16e334f/14290969856-250.jpg",
    "song": "Shady Blues",
    "track_id": null,
    "recording_id": "be53802a-14d5-4acc-b90c-4b30a27ab146",
    "artist": "Lee Mason & His Orchestra",
    "artist_ids": [
        "fb080639-5d48-48b5-ac17-a1b261088e96"
    ],
    "album": "Chappell Recorded Music",
    "release_id": null,
    "release_group_id": "1a8dd595-2b97-486a-ac40-98e0c92f7a32",
    "labels": [
        "Chappell Recorded Music Library"
    ],
    "label_ids": [
        "89f384b5-518a-4f9b-b242-39234036ba3e"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sampled on that Lootpack song\n\nhttps://www.discogs.com/master/4130089-Lee-Mason-And-His-Orchestra-Music-By-Lee-Mason",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}