Information about plays

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

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

{
    "id": 3596701,
    "uri": "https://api.kexp.org/v2/plays/3596701/?format=api",
    "airdate": "2025-12-27T12:12:13-08:00",
    "show": 65489,
    "show_uri": "https://api.kexp.org/v2/shows/65489/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nobody Knows",
    "track_id": "cafb25c9-a16c-3f55-ac3a-a42485519e8d",
    "recording_id": "f3ee683b-34ee-4a8c-afb9-46f2580c8ec3",
    "artist": "Pastor T.L. Barrett and The Youth for Christ Choir",
    "artist_ids": [
        "de844dd1-49f5-48c2-9a8a-5b0b4378d22b",
        "6647667c-ff83-42ec-b370-05b2babf1793"
    ],
    "album": "Like a Ship (Without a Sail)",
    "release_id": "331ee66e-b069-4ec7-814b-8e964ba65354",
    "release_group_id": "3c288122-77b1-402e-800d-1aff71f092aa",
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "2010-07-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Self-released in 1971, 'Like A Ship' was the result of Barrett channeling his passion for music, a determination to keep children off the streets, and his charismatic preaching (which attracted the likes of Earth, Wind & Fire and Donny Hathaway to his sermons at Mount Zion Baptist Church) into the production of the album, a project bolstered by the saxophonist and arranger Gene Barge of the famed Chess Records, and backed by a cast of players that included Richard Evans, Phil Upchurch and the rapturous vocals of the Youth For Christ Choir.\" Light in the Attic Records re-issued this classic in 2010. https://lightintheattic.net/products/like-a-ship-without-a-sail",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}