Information about plays

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

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

{
    "id": 3521799,
    "uri": "https://api.kexp.org/v2/plays/3521799/?format=api",
    "airdate": "2025-07-02T19:29:18-07:00",
    "show": 63902,
    "show_uri": "https://api.kexp.org/v2/shows/63902/?format=api",
    "image_uri": "https://coverartarchive.org/release/b95d689b-f887-4278-b43c-62ce4b51c7cf/21738855553-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b95d689b-f887-4278-b43c-62ce4b51c7cf/21738855553-250.jpg",
    "song": "Lost My Mind",
    "track_id": null,
    "recording_id": "b479b23c-96e5-4d2a-b863-df077dc94c4c",
    "artist": "Will Van Horn",
    "artist_ids": [
        "07377e4b-1ad1-4cc8-9c93-a2610a9c672c"
    ],
    "album": "Pedal Steel Guitar",
    "release_id": null,
    "release_group_id": "18ab6bb6-df90-4f9d-8c86-9cc3b4bfd0b9",
    "labels": [
        "Crystal Beach"
    ],
    "label_ids": [],
    "release_date": "2018-10-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Will Van Horn is a pedal steel guitar player based in Houston, TX.  He has collaborated with Leon Bridges, Khruangbin, Wyatt Flores, Jamestown Revival, and Paul Cauthen.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}