Information about plays

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

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

{
    "id": 3625298,
    "uri": "https://api.kexp.org/v2/plays/3625298/?format=api",
    "airdate": "2026-03-04T17:38:38-08:00",
    "show": 66091,
    "show_uri": "https://api.kexp.org/v2/shows/66091/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cantaloupe Island",
    "track_id": "9abdb19b-4a2c-3ee1-b8a3-de0097c9a36b",
    "recording_id": "93dfa732-924c-4d9d-b347-4fb7e1617238",
    "artist": "Herbie Hancock",
    "artist_ids": [
        "27613b78-1b9d-4ec3-9db5-fa0743465fdd"
    ],
    "album": "Straight No Chaser",
    "release_id": "7e05cb19-d3e1-435d-b808-9a892fc17ffc",
    "release_group_id": "7eeadf8d-cf16-371f-aedc-3e431ec6a8de",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The legendary jazz pianist got his start his career with in Donald Byrd's group prior to joining the Miles Davis Quintet. https://www.herbiehancock.com/\n\nThis track was sampled in Us3's Cantaloop (Flip Fantasia)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}