Information about plays

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

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

{
    "id": 3632338,
    "uri": "https://api.kexp.org/v2/plays/3632338/?format=api",
    "airdate": "2026-03-22T11:39:08-07:00",
    "show": 66250,
    "show_uri": "https://api.kexp.org/v2/shows/66250/?format=api",
    "image_uri": "https://coverartarchive.org/release/b347e06a-36b3-48fe-ac07-74711439465f/33614028422-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b347e06a-36b3-48fe-ac07-74711439465f/33614028422-250.jpg",
    "song": "If I Were a Carpenter",
    "track_id": null,
    "recording_id": "efa92bcc-6e64-41ad-9026-13d48d0622ec",
    "artist": "Johnny Cash",
    "artist_ids": [
        "d43d12a1-2dc9-4257-a2fd-0a3bb1081b86"
    ],
    "album": "Hello, I’m Johnny Cash",
    "release_id": null,
    "release_group_id": "bee78d14-d092-30dc-afd9-02746208a243",
    "labels": [
        "Columbia"
    ],
    "label_ids": [],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Johnny Cash and June Carter recorded a duet of this Tim Hardin song, which went to No. 2 on the country chart.\n\nGeorge Carlin sung some of this song in the previous song.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}