Information about plays

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

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

{
    "id": 3586195,
    "uri": "https://api.kexp.org/v2/plays/3586195/?format=api",
    "airdate": "2025-12-03T07:07:33-08:00",
    "show": 65277,
    "show_uri": "https://api.kexp.org/v2/shows/65277/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Like a Ship",
    "track_id": "91163c37-ce3c-4859-8826-2b2d1de67e62",
    "recording_id": "af8c95e9-25c9-4526-b884-296019bb59d3",
    "artist": "Pastor T.L. Barrett and the Youth for Christ Choir",
    "artist_ids": [
        "de844dd1-49f5-48c2-9a8a-5b0b4378d22b"
    ],
    "album": "Like a Ship... (Without a Sail)",
    "release_id": "482a21e6-4ca4-4833-96ee-29b8a70c26b4",
    "release_group_id": "3c288122-77b1-402e-800d-1aff71f092aa",
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "2010-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Like a Ship\" was recorded in 1971 by a 27-year-old pastor and an after-school program choir. The Youth for Christ choir was a 40-member ensemble of kids ages 12-19. \n\nThe Chicago pastor drew the likes of Earth, Wind & Fire and Donny Hathaway to his sermons at Mount Zion Baptist Church.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}