Information about plays

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

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

{
    "id": 3614968,
    "uri": "https://api.kexp.org/v2/plays/3614968/?format=api",
    "airdate": "2026-02-08T19:19:16-08:00",
    "show": 65881,
    "show_uri": "https://api.kexp.org/v2/shows/65881/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "He's Alright With Me",
    "track_id": null,
    "recording_id": null,
    "artist": "Voices of Tabernacle",
    "artist_ids": [],
    "album": "Something Good Is Going To Come Your Way",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sound of Gospel Records"
    ],
    "label_ids": [
        "8616c81e-512a-456d-a6be-8d87232598b3"
    ],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Voices of Tabernacle released \"He's Alright With Me\" on their 1979 album Something Good Is Going To Come Your Way.\n\nMainstay members of Voices of Tabernacle included: Alfred Bolden, Herbert Pickard, Hulah Gene, Louise McCord, and Rev. Charles A. Craig.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}