Information about plays

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

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

{
    "id": 3633449,
    "uri": "https://api.kexp.org/v2/plays/3633449/?format=api",
    "airdate": "2026-03-25T09:31:12-07:00",
    "show": 66275,
    "show_uri": "https://api.kexp.org/v2/shows/66275/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "(You Make Me Feel Like) A Natural Woman",
    "track_id": null,
    "recording_id": "75c1bca8-a48d-4d50-8963-030bdf11de46",
    "artist": "Aretha Franklin",
    "artist_ids": [
        "2f9ecbed-27be-40e6-abca-6de49d50299e"
    ],
    "album": "2015 Kennedy Center Honors",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Kennedy Center Jazz Recordings"
    ],
    "label_ids": [
        "747e079d-eb54-476a-bfdf-2ed52950e636"
    ],
    "release_date": "2015-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The great Aretha Franklin was born on this day in 1942.\n\n\"(You Make Me Feel Like) A Natural Woman\" was written by Aretha, Gerry Goffin, Carole King, and Jerry Wexler.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}