Information about plays

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

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

{
    "id": 3656890,
    "uri": "https://api.kexp.org/v2/plays/3656890/?format=api",
    "airdate": "2026-05-19T15:57:38-07:00",
    "show": 66760,
    "show_uri": "https://api.kexp.org/v2/shows/66760/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Too Far Gone",
    "track_id": null,
    "recording_id": "60fc10b2-6e0d-43c3-bb26-0837891e173c",
    "artist": "Devin Morrison",
    "artist_ids": [
        "d03a0329-3fda-406e-941a-6cd2e475cd64"
    ],
    "album": "Too Far Gone",
    "release_id": null,
    "release_group_id": "af937c4e-e8a5-44b7-9d7a-8558dc0d13b4",
    "labels": [],
    "label_ids": [],
    "release_date": "2023-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I go by the name of Devin Morrison. I was born and raised in Orlando, Florida (woop, woop!). I produce, compose, play piano, bass and drums, sing and arrange.\"\n\nThis VERY dope LA based artist with this track, inspired by one of Larry's favorite bands, Prefab Sprout!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}