Information about plays

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

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

{
    "id": 3594868,
    "uri": "https://api.kexp.org/v2/plays/3594868/?format=api",
    "airdate": "2025-12-23T11:18:18-08:00",
    "show": 65456,
    "show_uri": "https://api.kexp.org/v2/shows/65456/?format=api",
    "image_uri": "https://coverartarchive.org/release/dc9695c1-212c-4bb8-931f-21dd164b7750/2634534493-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dc9695c1-212c-4bb8-931f-21dd164b7750/2634534493-250.jpg",
    "song": "Searching",
    "track_id": null,
    "recording_id": "a3a00a61-8deb-462a-a776-44c5856cdc40",
    "artist": "Roy Ayers Ubiquity",
    "artist_ids": [
        "d1501f92-f523-4e95-a787-432875c8d6dc"
    ],
    "album": "Vibrations",
    "release_id": null,
    "release_group_id": "ff5c96e2-d77c-3305-be91-766381beacdf",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "R.I.P., Roy Ayers https://www.nytimes.com/2025/03/06/arts/music/roy-ayers-dead.html\n--\nLarry focused on the music and influence of beloved vibraphonist Roy Ayers on OG Thursday Last week, March 6th, 1:00-4:00 p.m. You can stream that show for two weeks on KEXP's streaming archive: https://www.kexp.org/archive/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}