Information about plays

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

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

{
    "id": 3618132,
    "uri": "https://api.kexp.org/v2/plays/3618132/?format=api",
    "airdate": "2026-02-16T03:47:02-08:00",
    "show": 65947,
    "show_uri": "https://api.kexp.org/v2/shows/65947/?format=api",
    "image_uri": "https://coverartarchive.org/release/ed96bf9d-d8d8-4265-8c17-61f62283a4a0/19824600187-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ed96bf9d-d8d8-4265-8c17-61f62283a4a0/19824600187-250.jpg",
    "song": "Head and Heart",
    "track_id": null,
    "recording_id": "596e2e17-313f-4574-b6c6-0e2fde0411ef",
    "artist": "John Martyn",
    "artist_ids": [
        "e821a756-487f-4931-a02f-27cf11cec7bf"
    ],
    "album": "Bless the Weather",
    "release_id": null,
    "release_group_id": "c1bb15fd-bea2-343e-a1ea-e992d8024eb9",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1971-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}