Information about plays

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

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

{
    "id": 3638078,
    "uri": "https://api.kexp.org/v2/plays/3638078/?format=api",
    "airdate": "2026-04-05T06:53:46-07:00",
    "show": 66372,
    "show_uri": "https://api.kexp.org/v2/shows/66372/?format=api",
    "image_uri": "https://coverartarchive.org/release/251fb1d4-0b26-43ac-a710-a5c338d4b0ae/44745295836-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/251fb1d4-0b26-43ac-a710-a5c338d4b0ae/44745295836-250.jpg",
    "song": "Weight of Words",
    "track_id": null,
    "recording_id": "58b01bb9-51c4-481c-bfd2-0bd3223c2ca1",
    "artist": "Christopher Tignor",
    "artist_ids": [
        "e978f04a-983d-48da-be2f-8b898689b9a3"
    ],
    "album": "Bleeding Past the Edges",
    "release_id": null,
    "release_group_id": "b7f284d3-775a-4637-8f84-c8a5913a47a7",
    "labels": [
        "Western Vinyl"
    ],
    "label_ids": [
        "c4126b4a-ac23-429c-ba19-148fd287def8"
    ],
    "release_date": "2026-05-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lead single and opening track off the forthcoming solo album from NY-based violinist/composer Christopher Tignor ~ https://christophertignor.bandcamp.com/album/bleeding-past-the-edges",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}