Information about plays

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

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

{
    "id": 3557589,
    "uri": "https://api.kexp.org/v2/plays/3557589/?format=api",
    "airdate": "2025-09-25T13:57:11-07:00",
    "show": 64658,
    "show_uri": "https://api.kexp.org/v2/shows/64658/?format=api",
    "image_uri": "https://coverartarchive.org/release/f4f95248-52c4-4c94-a88a-6e31efcd76e4/29466578723-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f4f95248-52c4-4c94-a88a-6e31efcd76e4/29466578723-250.jpg",
    "song": "The 26th Letter",
    "track_id": null,
    "recording_id": "cc745c1c-e928-4821-b8c9-32012b884c65",
    "artist": "Mach-Hommy",
    "artist_ids": [],
    "album": "Pray for Haiti",
    "release_id": null,
    "release_group_id": "d0ca24de-27aa-4a3b-a53a-7ae2a205a4db",
    "labels": [
        "Griselda Records"
    ],
    "label_ids": [
        "c3ca8855-d7b5-43fa-ba05-1c069f4bdec6"
    ],
    "release_date": "2021-05-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The 26th Letter\" directly sampled multiple elements of the BillyCobham-composed \"Savannah the Serene.\"\n--\nHere's an NPR interview with Haitian-American rapper Mach-Hommy: https://www.npr.org/2021/07/25/1020488402/amid-haiti-upheaval-rapper-wants-his-countrys-resiliency-to-be-the-focus",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}