Information about plays

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

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

{
    "id": 3627835,
    "uri": "https://api.kexp.org/v2/plays/3627835/?format=api",
    "airdate": "2026-03-11T19:32:40-07:00",
    "show": 66155,
    "show_uri": "https://api.kexp.org/v2/shows/66155/?format=api",
    "image_uri": "https://coverartarchive.org/release/05821285-7e80-438b-b3ec-b5d2c05bbec4/21492673657-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/05821285-7e80-438b-b3ec-b5d2c05bbec4/21492673657-250.jpg",
    "song": "Living in the Past",
    "track_id": null,
    "recording_id": "4464daf8-5ca9-45f0-9098-f89e0af07c7e",
    "artist": "Jethro Tull",
    "artist_ids": [
        "ece57992-dc2e-4f67-a269-fa43626c1a3d"
    ],
    "album": "Stand Up",
    "release_id": null,
    "release_group_id": "a97c5efa-7182-3162-b3f2-9f19dfc35d83",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1969-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jethro Tull playing this track live in 1976. https://www.youtube.com/watch?v=m__wmsIn99E",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}