Information about plays

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

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

{
    "id": 3578947,
    "uri": "https://api.kexp.org/v2/plays/3578947/?format=api",
    "airdate": "2025-11-16T11:32:40-08:00",
    "show": 65126,
    "show_uri": "https://api.kexp.org/v2/shows/65126/?format=api",
    "image_uri": "https://coverartarchive.org/release/22215ab2-cd28-415e-ae2f-b2dbf28787dc/22705222894-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/22215ab2-cd28-415e-ae2f-b2dbf28787dc/22705222894-250.jpg",
    "song": "Talking Reality Television Blues",
    "track_id": null,
    "recording_id": "b2133267-1689-48e2-ab7f-180f76af8f22",
    "artist": "Todd Snider",
    "artist_ids": [
        "25c13ec7-fad4-4da4-8d98-9607ff615d68"
    ],
    "album": "Cash Cabin Sessions, Vol. 3",
    "release_id": null,
    "release_group_id": "465a2cce-93fe-46df-992d-05074afbfe86",
    "labels": [
        "Aimless Records"
    ],
    "label_ids": [
        "a590ee43-edf9-460e-a148-da7040a1311b"
    ],
    "release_date": "2019-03-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Todd Snider.\nThe animated music video, an homage to Dylan, features a cartoon Snider and a harmonica-playing squirrel, tracing the origins and evolution of TV–from MTV to the first reality-TV president.\n\nhttps://www.youtube.com/watch?v=BBydsvJX8vM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}