Information about plays

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

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

{
    "id": 3520514,
    "uri": "https://api.kexp.org/v2/plays/3520514/?format=api",
    "airdate": "2025-06-29T20:09:37-07:00",
    "show": 63876,
    "show_uri": "https://api.kexp.org/v2/shows/63876/?format=api",
    "image_uri": "https://ia802804.us.archive.org/6/items/mbid-6e676cbf-cd31-4d6b-bb58-9cc499d4ba15/mbid-6e676cbf-cd31-4d6b-bb58-9cc499d4ba15-20742438792_thumb500.jpg",
    "thumbnail_uri": "https://ia902804.us.archive.org/6/items/mbid-6e676cbf-cd31-4d6b-bb58-9cc499d4ba15/mbid-6e676cbf-cd31-4d6b-bb58-9cc499d4ba15-20742438792_thumb250.jpg",
    "song": "Close But No Cigar",
    "track_id": "f3723737-cb69-4c31-9cd4-9a9e8dbaf125",
    "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": "6e676cbf-cd31-4d6b-bb58-9cc499d4ba15",
    "release_group_id": "dc7f8f95-3dd0-4ab9-bb3d-8d928ea0b312",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2016-07-13",
    "rotation_status": "Library",
    "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\n\n",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}