Information about plays

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

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

{
    "id": 3641387,
    "uri": "https://api.kexp.org/v2/plays/3641387/?format=api",
    "airdate": "2026-04-13T01:39:29-07:00",
    "show": 66439,
    "show_uri": "https://api.kexp.org/v2/shows/66439/?format=api",
    "image_uri": "https://coverartarchive.org/release/4c2f7969-771a-4c9c-a3ac-ef29cbbfb1c8/32233569949-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4c2f7969-771a-4c9c-a3ac-ef29cbbfb1c8/32233569949-250.jpg",
    "song": "The Pleasure Is Mine",
    "track_id": null,
    "recording_id": "2c1fbc5f-17a1-4948-93fa-ffeddeb70a04",
    "artist": "Herbie Hancock",
    "artist_ids": [
        "27613b78-1b9d-4ec3-9db5-fa0743465fdd"
    ],
    "album": "My Point of View",
    "release_id": null,
    "release_group_id": "c9ef901d-b50a-3c41-8086-f070a89243f5",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1963-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Birthday to Herbie Hancock. Born On April 12th, 1940, Jazz keyboardist, bandleader and composer, born in Chicago, Illinois.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}