Information about plays

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

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

{
    "id": 3633302,
    "uri": "https://api.kexp.org/v2/plays/3633302/?format=api",
    "airdate": "2026-03-25T00:23:38-07:00",
    "show": 66272,
    "show_uri": "https://api.kexp.org/v2/shows/66272/?format=api",
    "image_uri": "https://coverartarchive.org/release/6286925f-a543-4bee-adcd-05f00d5850bd/15836805236-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6286925f-a543-4bee-adcd-05f00d5850bd/15836805236-250.jpg",
    "song": "Nothin’",
    "track_id": null,
    "recording_id": "0e42cc01-d75f-4e7f-accb-4cf29cd9f7bf",
    "artist": "Townes Van Zandt",
    "artist_ids": [
        "d67d1a21-6e45-4dd6-aef0-0191ba3796e0"
    ],
    "album": "In Pain",
    "release_id": null,
    "release_group_id": "7ccbf86d-4651-31ca-9e2c-018d366c30ce",
    "labels": [
        "Normal"
    ],
    "label_ids": [
        "407af964-f55a-4edb-a646-776e454766fc"
    ],
    "release_date": "1999-08-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Live acoustic version! This song was covered on Rowland S Howard's Pop Crimes",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}