Information about plays

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

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

{
    "id": 3604710,
    "uri": "https://api.kexp.org/v2/plays/3604710/?format=api",
    "airdate": "2026-01-15T14:56:16-08:00",
    "show": 65658,
    "show_uri": "https://api.kexp.org/v2/shows/65658/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Can Make It / Get On Up",
    "track_id": null,
    "recording_id": "ebef3bd6-df68-433d-b218-a2453067920b",
    "artist": "Hezekiah Walker, The Love Fellowship Crusade Choir",
    "artist_ids": [],
    "album": "Live in London at Wembley",
    "release_id": null,
    "release_group_id": "54f4d4d0-bf9b-3f01-9a7c-4ab918de0c9f",
    "labels": [
        "Verity Records"
    ],
    "label_ids": [
        "5f00e0e6-1c7f-4571-bc00-f0f76ff11cfb"
    ],
    "release_date": "1997-05-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bishop Hezekiah Xavier Walker Jr. is an American gospel music artist and the pastor of Love Fellowship Tabernacle in Brooklyn, New York.: https://www.lovefellowship.com/meet-the-pastor",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}