Information about plays

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

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

{
    "id": 3543456,
    "uri": "https://api.kexp.org/v2/plays/3543456/?format=api",
    "airdate": "2025-08-22T20:11:53-07:00",
    "show": 64358,
    "show_uri": "https://api.kexp.org/v2/shows/64358/?format=api",
    "image_uri": "https://coverartarchive.org/release/6e676cbf-cd31-4d6b-bb58-9cc499d4ba15/20742438792-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6e676cbf-cd31-4d6b-bb58-9cc499d4ba15/20742438792-250.jpg",
    "song": "Close but No Cigar",
    "track_id": null,
    "recording_id": "28a1c76e-67e9-485b-8d68-6142c81d7da3",
    "artist": "Delvon Lamarr Organ Trio",
    "artist_ids": [
        "d70f3879-b92c-4948-a430-fc25d2e3c52d"
    ],
    "album": "Close but No Cigar",
    "release_id": null,
    "release_group_id": "dc7f8f95-3dd0-4ab9-bb3d-8d928ea0b312",
    "labels": [],
    "label_ids": [],
    "release_date": "2018-03-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Delvon Lamarr Organ Trio performed live in the KEXP studio in April 2018. These guys will make you smile! https://www.youtube.com/watch?v=JEcxLfG9rJM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}