Information about plays

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

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

{
    "id": 3554442,
    "uri": "https://api.kexp.org/v2/plays/3554442/?format=api",
    "airdate": "2025-09-18T03:26:46-07:00",
    "show": 64591,
    "show_uri": "https://api.kexp.org/v2/shows/64591/?format=api",
    "image_uri": "https://coverartarchive.org/release/c438be6e-7574-4cb8-85b8-36d34b3d7f25/33254630604-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c438be6e-7574-4cb8-85b8-36d34b3d7f25/33254630604-250.jpg",
    "song": "Hole in One",
    "track_id": null,
    "recording_id": "8005916b-4693-466b-9bd9-5fa17b477a52",
    "artist": "Delvon Lamarr Organ Trio",
    "artist_ids": [
        "d70f3879-b92c-4948-a430-fc25d2e3c52d"
    ],
    "album": "I Told You So",
    "release_id": null,
    "release_group_id": "10e02ce0-f9bf-47bd-9105-b97e8796a80e",
    "labels": [
        "Colemine Records"
    ],
    "label_ids": [
        "cfb1811d-1776-4c68-881e-112f83b59998"
    ],
    "release_date": "2021-01-29",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "One of KEXP's favorites - check out this session from 2018!\nhttps://www.kexp.org/watch/delvon-lamarr-organ-trio-full-performance-live-on-kexp/\nhttps://delvonlamarrorgantrio.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}