Information about plays

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

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

{
    "id": 3619382,
    "uri": "https://api.kexp.org/v2/plays/3619382/?format=api",
    "airdate": "2026-02-19T04:59:12-08:00",
    "show": 65971,
    "show_uri": "https://api.kexp.org/v2/shows/65971/?format=api",
    "image_uri": "https://coverartarchive.org/release/f1e8470d-6f20-457a-9b9f-51ea7b7c3710/32152435438-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f1e8470d-6f20-457a-9b9f-51ea7b7c3710/32152435438-250.jpg",
    "song": "I Wanna Be Where You Are",
    "track_id": null,
    "recording_id": "7419a7ce-92b0-4d80-b56e-d464c702b81e",
    "artist": "Delvon Lamarr Organ Trio",
    "artist_ids": [
        "d70f3879-b92c-4948-a430-fc25d2e3c52d"
    ],
    "album": "Cold as Weiss",
    "release_id": null,
    "release_group_id": "82851f0f-c67b-4fff-bf72-449a506c1a65",
    "labels": [
        "Colemine Records"
    ],
    "label_ids": [
        "cfb1811d-1776-4c68-881e-112f83b59998"
    ],
    "release_date": "2022-02-11",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "DLO3 shared a live performance recorded exclusively for KEXP and chatted with Gabriel Teodros in 2021. https://youtu.be/KCyIfcevExE https://delvonlamarrorgantrio.bandcamp.com/ https://delvonlamarrorgantrio.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}