Information about plays

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

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

{
    "id": 3618716,
    "uri": "https://api.kexp.org/v2/plays/3618716/?format=api",
    "airdate": "2026-02-17T13:21:04-08:00",
    "show": 65959,
    "show_uri": "https://api.kexp.org/v2/shows/65959/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Walk Tall",
    "track_id": null,
    "recording_id": "cdbdcd01-dfbd-43e4-92b8-5bd603a99404",
    "artist": "Cannonball Adderley",
    "artist_ids": [
        "a4c73ebe-b2c7-4f13-b99d-2fe1f9f27da8"
    ],
    "album": "Paris Jazz Concert 1969",
    "release_id": null,
    "release_group_id": "fe9ebb36-7575-3e17-8ec9-32e5e074baca",
    "labels": [
        "Malaco Records"
    ],
    "label_ids": [
        "d001be5e-2c90-4be3-988c-bcecb32dbe9a"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song features the voice and spoken word of Rev. Jesse Jackson who passed today. The Reverend has been sampled and featured in many songs, check out to see how many times his teachings have been used sonically, here:\nhttps://www.whosampled.com/Jesse-Jackson/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}