Information about plays

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

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

{
    "id": 3600096,
    "uri": "https://api.kexp.org/v2/plays/3600096/?format=api",
    "airdate": "2026-01-04T10:17:31-08:00",
    "show": 65561,
    "show_uri": "https://api.kexp.org/v2/shows/65561/?format=api",
    "image_uri": "https://coverartarchive.org/release/0073ad15-b93c-4076-9eba-cb51b8809e3f/18444179144-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0073ad15-b93c-4076-9eba-cb51b8809e3f/18444179144-250.jpg",
    "song": "Reno Street Incident",
    "track_id": null,
    "recording_id": "8b61bfe6-c099-4946-b08b-a272e01f84ff",
    "artist": "Jesse Davis",
    "artist_ids": [
        "370f214a-f776-41f6-9821-8b2753866102"
    ],
    "album": "¡Jesse Davis!",
    "release_id": null,
    "release_group_id": "5d762ad7-a5b7-495e-8d28-4f1d9d9b1d26",
    "labels": [
        "EastWest Japan"
    ],
    "label_ids": [
        "0249db06-d6c7-4345-b0bf-d40134783db5"
    ],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Solo album from the Native artist & member of Taj Mahal's backing band.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}