Information about plays

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

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

{
    "id": 3548187,
    "uri": "https://api.kexp.org/v2/plays/3548187/?format=api",
    "airdate": "2025-09-02T23:38:31-07:00",
    "show": 64458,
    "show_uri": "https://api.kexp.org/v2/shows/64458/?format=api",
    "image_uri": "https://coverartarchive.org/release/f3286cfd-ab9e-4f60-8505-e5f284390238/19614059332-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f3286cfd-ab9e-4f60-8505-e5f284390238/19614059332-250.jpg",
    "song": "You Don’t Know",
    "track_id": null,
    "recording_id": "c7edad1f-a157-455c-b9c5-a7775ff02e41",
    "artist": "Leon Bridges",
    "artist_ids": [
        "69d9dfd7-19b7-4a75-8a53-9f733fb5d774"
    ],
    "album": "Good Thing",
    "release_id": null,
    "release_group_id": "6ee2c096-526b-4c39-a939-8a38dea54d58",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2018-05-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "KEXP interview with Leon Bridges after the release of his album \"Good Thing\" featuring this track. https://www.kexp.org/read/2018/9/14/leon-bridges-definitely-delivers-good-thing-his-new-album/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}