Information about plays

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

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

{
    "id": 3570438,
    "uri": "https://api.kexp.org/v2/plays/3570438/?format=api",
    "airdate": "2025-10-27T01:24:13-07:00",
    "show": 64945,
    "show_uri": "https://api.kexp.org/v2/shows/64945/?format=api",
    "image_uri": "https://coverartarchive.org/release/715fabd3-6c4b-457a-8246-fbca20e3f60b/37297611320-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/715fabd3-6c4b-457a-8246-fbca20e3f60b/37297611320-250.jpg",
    "song": "Sweetpea",
    "track_id": null,
    "recording_id": "afffde54-3be9-400f-832e-e1696dbeb96b",
    "artist": "Wayne Shorter",
    "artist_ids": [
        "2379937f-6e0d-46a2-b8ff-633fafd72002"
    ],
    "album": "Super Nova",
    "release_id": null,
    "release_group_id": "d64ca083-f2d9-3c3e-9746-0b4b57a60dec",
    "labels": [
        "Blue Note Records"
    ],
    "label_ids": [
        "d3865f1e-ae0c-4a97-99b9-016966d49cb5"
    ],
    "release_date": "1970-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Just received word that the world class Drummer/Pianist/Composer Jack DeJohnette has passed away, DeJohnette's drum legacy can not be overstated, his contribution to Jazz and beyond will have long lasting impact. Jack DeJohnette was Born in Chicago Illinois on August 9, 1942. His drumming can be heard on Miles Davis key Acoustic/ Electric Experiments as well as countless Keith Jarrett records",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}