Information about plays

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

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

{
    "id": 3637594,
    "uri": "https://api.kexp.org/v2/plays/3637594/?format=api",
    "airdate": "2026-04-04T06:02:47-07:00",
    "show": 66362,
    "show_uri": "https://api.kexp.org/v2/shows/66362/?format=api",
    "image_uri": "https://coverartarchive.org/release/14982a22-c2fb-410d-9103-0bb8be9c2adc/11530895844-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/14982a22-c2fb-410d-9103-0bb8be9c2adc/11530895844-250.jpg",
    "song": "This Is the Day",
    "track_id": null,
    "recording_id": "06dcf833-f0e9-423c-8c10-19cc920a4f03",
    "artist": "The The",
    "artist_ids": [
        "a7409219-a681-4072-adb2-5285106ce6f2"
    ],
    "album": "Soul Mining",
    "release_id": null,
    "release_group_id": "923e256a-7bf0-31e0-bddc-ec76db526c32",
    "labels": [
        "Legacy"
    ],
    "label_ids": [],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}