Information about plays

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

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

{
    "id": 3639102,
    "uri": "https://api.kexp.org/v2/plays/3639102/?format=api",
    "airdate": "2026-04-07T15:31:22-07:00",
    "show": 66392,
    "show_uri": "https://api.kexp.org/v2/shows/66392/?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": "Hope You’re Feeling Better",
    "track_id": null,
    "recording_id": "4672ac68-27ac-4843-9c19-d283018a7c17",
    "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": "For Duncan!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}