Information about plays

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

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

{
    "id": 3550387,
    "uri": "https://api.kexp.org/v2/plays/3550387/?format=api",
    "airdate": "2025-09-08T09:02:58-07:00",
    "show": 64508,
    "show_uri": "https://api.kexp.org/v2/shows/64508/?format=api",
    "image_uri": "https://coverartarchive.org/release/3935c0ab-81b9-4729-99c4-92642a995e13/19630753092-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3935c0ab-81b9-4729-99c4-92642a995e13/19630753092-250.jpg",
    "song": "No Hard Times",
    "track_id": null,
    "recording_id": "394c48a1-899b-468e-9fab-d4e3000827a0",
    "artist": "Jimmie Rodgers",
    "artist_ids": [
        "394492c0-cecf-40a8-b676-0e5706317fab"
    ],
    "album": "No Hard Times, 1932",
    "release_id": null,
    "release_group_id": "cf81bfbd-8dfe-3adc-afec-a53cefac2c3f",
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "1932-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jimmie Rodgers was born on this day in 1897!\n\n\" From many diverse elements—the traditional folk music of his southern upbringing, early jazz, stage-show yodeling, the work chants of Black railroad section crews and, most importantly, African American blues—he forged a lasting musical style that made him immensely popular during his own lifetime and a major influence on generations of country artists to come.\"\n\nhttps://www.countrymusichalloffame.org/hall-of-fame/jimmie-rodgers",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}