Information about plays

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

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

{
    "id": 3641243,
    "uri": "https://api.kexp.org/v2/plays/3641243/?format=api",
    "airdate": "2026-04-12T15:52:10-07:00",
    "show": 66435,
    "show_uri": "https://api.kexp.org/v2/shows/66435/?format=api",
    "image_uri": "https://coverartarchive.org/release/6b4449b7-fe6e-4ff4-a89d-f7ed110be806/11617463449-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6b4449b7-fe6e-4ff4-a89d-f7ed110be806/11617463449-250.jpg",
    "song": "Show Me the Way",
    "track_id": null,
    "recording_id": "991e083a-dfd3-493e-832b-3e5a28c7bae7",
    "artist": "Martha Reeves & the Vandellas",
    "artist_ids": [
        "9d1bc10a-24fe-4b41-8338-ea92d8101a09"
    ],
    "album": "Ridin' High",
    "release_id": null,
    "release_group_id": "222ae95b-b33e-4356-ab8a-544e7552f611",
    "labels": [
        "Gordy"
    ],
    "label_ids": [
        "9b6dec85-599a-481f-9642-62fd1d3999fe"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 78th birthday to Lois Reeves, born on this day in 1948!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}