Information about plays

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

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

{
    "id": 3668929,
    "uri": "https://api.kexp.org/v2/plays/3668929/?format=api",
    "airdate": "2026-06-17T02:31:51-07:00",
    "show": 67009,
    "show_uri": "https://api.kexp.org/v2/shows/67009/?format=api",
    "image_uri": "https://coverartarchive.org/release/e91c52c3-5cb5-43ad-91df-16edeb97ded5/18276646672-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e91c52c3-5cb5-43ad-91df-16edeb97ded5/18276646672-250.jpg",
    "song": "Oye como va",
    "track_id": null,
    "recording_id": "6a70baff-7ca4-41d7-8b6e-cf181863dfc3",
    "artist": "Santana",
    "artist_ids": [
        "9a3bf45c-347d-4630-894d-7cf3e8e0b632"
    ],
    "album": "Abraxas",
    "release_id": null,
    "release_group_id": "43424c73-fc58-36b0-b9cf-f8b057ac0603",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1970-09-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally written and recorded by Latin jazz legend Tito Puente in 1962, the song is a joyful celebration of the cha-cha-chá rhythm meant to invite listeners to dance and enjoy the music. Santana's famous 1970 cover infused this classic Latin groove with rock elements, making it an international staple",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}