Information about plays

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

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

{
    "id": 3619566,
    "uri": "https://api.kexp.org/v2/plays/3619566/?format=api",
    "airdate": "2026-02-19T15:28:09-08:00",
    "show": 65975,
    "show_uri": "https://api.kexp.org/v2/shows/65975/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hill Street Blues",
    "track_id": null,
    "recording_id": "bb6a2448-5102-4269-a814-e3e9a0ca688f",
    "artist": "Mike Post",
    "artist_ids": [
        "8a667f87-540c-4635-87bb-a9151693935f"
    ],
    "album": "The Themes Album",
    "release_id": null,
    "release_group_id": "180c4a33-965c-327e-877a-325dac3efb48",
    "labels": [
        "K‐tel"
    ],
    "label_ids": [
        "1262d33c-053e-4ddf-b732-146012a058f8"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mike Post (born Leland Michael Postil) is a composer best known for his television theme music for various shows. Theme songs from The Rockford Files, The Greatest American Hero, Hill Street Blues and L.A. Law all became chart topping records and landed Post four of his five Grammy Awards. Here's a biography: https://mike-post.com/biography/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}