Information about plays

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

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

{
    "id": 3615776,
    "uri": "https://api.kexp.org/v2/plays/3615776/?format=api",
    "airdate": "2026-02-10T13:58:47-08:00",
    "show": 65897,
    "show_uri": "https://api.kexp.org/v2/shows/65897/?format=api",
    "image_uri": "https://coverartarchive.org/release/0e161a60-6343-4000-bce5-3da2b50d5ce9/37754917296-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0e161a60-6343-4000-bce5-3da2b50d5ce9/37754917296-250.jpg",
    "song": "Murder on the Dancefloor",
    "track_id": null,
    "recording_id": "19164602-a33e-4da7-8bdd-7ede0897c47c",
    "artist": "Sophie Ellis‐Bextor",
    "artist_ids": [
        "c4b87e45-c07a-460f-9c58-8d15328e2964"
    ],
    "album": "Murder on the Dancefloor",
    "release_id": null,
    "release_group_id": "b50e5e37-6abc-30e0-9813-7045f5200317",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "2001-12-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Better not kill the groove! https://www.youtube.com/watch?v=hAx6mYeC6pY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}