Information about plays

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

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

{
    "id": 3670153,
    "uri": "https://api.kexp.org/v2/plays/3670153/?format=api",
    "airdate": "2026-06-20T06:40:16-07:00",
    "show": 67035,
    "show_uri": "https://api.kexp.org/v2/shows/67035/?format=api",
    "image_uri": "https://coverartarchive.org/release/8eb16d9c-9f67-40c4-a1bd-12a758f2f27c/37221866948-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8eb16d9c-9f67-40c4-a1bd-12a758f2f27c/37221866948-250.jpg",
    "song": "OK",
    "track_id": null,
    "recording_id": "bdc1f8be-476e-427f-b879-b367e26f8ab7",
    "artist": "Teezo Touchdown",
    "artist_ids": [
        "f1660eaa-929f-48d4-9926-9aaa61afa52f"
    ],
    "album": "How Do You Sleep at Night?",
    "release_id": null,
    "release_group_id": "7eb0df42-1aa5-472e-82ca-67d732a9b4f0",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2023-09-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}