Information about plays

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

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

{
    "id": 3577678,
    "uri": "https://api.kexp.org/v2/plays/3577678/?format=api",
    "airdate": "2025-11-13T13:14:51-08:00",
    "show": 65099,
    "show_uri": "https://api.kexp.org/v2/shows/65099/?format=api",
    "image_uri": "https://coverartarchive.org/release/c6f2297e-4083-439e-b141-f947de988576/14670890955-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c6f2297e-4083-439e-b141-f947de988576/14670890955-250.jpg",
    "song": "Cure for Pain",
    "track_id": null,
    "recording_id": "a2d2aa7a-174c-432b-8d68-bc5f5839301d",
    "artist": "Morphine",
    "artist_ids": [
        "42689657-cbec-4f66-a9ed-80f939ea23ed"
    ],
    "album": "Cure for Pain",
    "release_id": null,
    "release_group_id": "c27c4bc3-98da-33ea-ad7a-5a765ccf9580",
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1993-09-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Taylor:\nThinking of our buddy Ben who passed away this week after a battle with cancer. I will miss our chat sessions on field work trips, geology talks, and bonding over music- the band Morphine is a favorite. Sending him and his family love during this difficult time. Miss you, Ben. Rest well.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}