Information about plays

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

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

{
    "id": 3604691,
    "uri": "https://api.kexp.org/v2/plays/3604691/?format=api",
    "airdate": "2026-01-15T13:43:10-08:00",
    "show": 65658,
    "show_uri": "https://api.kexp.org/v2/shows/65658/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wholly Holy",
    "track_id": null,
    "recording_id": "1e2fa653-7019-4c47-9b2f-ea11c64e8735",
    "artist": "Aretha Franklin",
    "artist_ids": [
        "2f9ecbed-27be-40e6-abca-6de49d50299e"
    ],
    "album": "Amazing Grace",
    "release_id": null,
    "release_group_id": "9e9b6cb5-2398-3aa7-b0c3-80c73e30b663",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From her 1972 Gospel album 'Amazing Grace,' the song \"Wholy Holy\" was written by Al Cleveland, Marvin Gaye and Renaldo Benson!\n--\nGo here to see the 90-minute documentary presenting Aretha Franklin with choir at the New Bethel Baptist Church in Watts, Los Angeles in January 1972.: https://www.youtube.com/watch?v=6MeYU7OJ2f8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}