Information about plays

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

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

{
    "id": 3630781,
    "uri": "https://api.kexp.org/v2/plays/3630781/?format=api",
    "airdate": "2026-03-18T22:10:40-07:00",
    "show": 66218,
    "show_uri": "https://api.kexp.org/v2/shows/66218/?format=api",
    "image_uri": "https://coverartarchive.org/release/0fe972e0-c252-47cd-b9f3-806833d1e262/7594571982-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0fe972e0-c252-47cd-b9f3-806833d1e262/7594571982-250.jpg",
    "song": "Joy Will Find a Way (A Song About Dying)",
    "track_id": null,
    "recording_id": "2411ab82-c739-47e8-a99d-abe4ed82330a",
    "artist": "Bruce Cockburn",
    "artist_ids": [
        "254b70d3-4aec-4c64-ac95-b13a1dbb30cb"
    ],
    "album": "Joy Will Find a Way",
    "release_id": null,
    "release_group_id": "993cbfb4-ae76-3ca0-a7ba-fba4eeb4e1fa",
    "labels": [
        "True North Records"
    ],
    "label_ids": [
        "bbbd6846-f46c-48b1-997a-1ba69b21e44e"
    ],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}