Information about plays

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

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

{
    "id": 3629790,
    "uri": "https://api.kexp.org/v2/plays/3629790/?format=api",
    "airdate": "2026-03-16T15:18:13-07:00",
    "show": 66199,
    "show_uri": "https://api.kexp.org/v2/shows/66199/?format=api",
    "image_uri": "https://ia600208.us.archive.org/30/items/mbid-53c23351-64d2-4334-bae0-54f2ff543f03/mbid-53c23351-64d2-4334-bae0-54f2ff543f03-38322677636_thumb500.jpg",
    "thumbnail_uri": "https://dn710208.ca.archive.org/0/items/mbid-53c23351-64d2-4334-bae0-54f2ff543f03/mbid-53c23351-64d2-4334-bae0-54f2ff543f03-38322677636_thumb250.jpg",
    "song": "Cellphone’s Dead",
    "track_id": "f5578056-2d88-3802-854b-274fb6b09244",
    "recording_id": "21f60816-8d74-4f05-bd37-8c7a1ae61f22",
    "artist": "Beck",
    "artist_ids": [
        "309c62ba-7a22-4277-9f67-4a162526d18a"
    ],
    "album": "The Information",
    "release_id": "53c23351-64d2-4334-bae0-54f2ff543f03",
    "release_group_id": "dce5fb18-24d8-386d-b5db-8c52c4c73c82",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2006-10-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hear anything familiar? Beck sampled multiple elements of Herbie Hancock's \"Chameleon\" for this track",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}