Information about plays

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

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

{
    "id": 3673539,
    "uri": "https://api.kexp.org/v2/plays/3673539/?format=api",
    "airdate": "2026-06-28T10:34:40-07:00",
    "show": 67109,
    "show_uri": "https://api.kexp.org/v2/shows/67109/?format=api",
    "image_uri": "https://coverartarchive.org/release/24ff1fe5-f7b7-4179-bb83-b36a40e4b2c2/15016258869-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/24ff1fe5-f7b7-4179-bb83-b36a40e4b2c2/15016258869-250.jpg",
    "song": "I Won’t Be Hangin’ ’Round",
    "track_id": null,
    "recording_id": "ba0a14db-ddee-44cc-a80c-acc62c826b5a",
    "artist": "Linda Ronstadt",
    "artist_ids": [
        "498f2581-be21-4eef-8756-fbb89d79b1c0"
    ],
    "album": "Linda Ronstadt",
    "release_id": null,
    "release_group_id": "21b4a51c-b682-30cc-a7c1-7d86c11766bc",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Across many generations, Linda Ronstadt is often considered one of America's greatest voices.\n\nhttps://lindaronstadt.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}