Information about plays

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

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

{
    "id": 3613065,
    "uri": "https://api.kexp.org/v2/plays/3613065/?format=api",
    "airdate": "2026-02-04T09:27:03-08:00",
    "show": 65837,
    "show_uri": "https://api.kexp.org/v2/shows/65837/?format=api",
    "image_uri": "https://ia801701.us.archive.org/19/items/mbid-903e2eee-957f-42b7-b048-6007c81c59e0/mbid-903e2eee-957f-42b7-b048-6007c81c59e0-17736109421_thumb500.jpg",
    "thumbnail_uri": "https://ia801701.us.archive.org/19/items/mbid-903e2eee-957f-42b7-b048-6007c81c59e0/mbid-903e2eee-957f-42b7-b048-6007c81c59e0-17736109421_thumb250.jpg",
    "song": "I Will Always Love You",
    "track_id": "7390c10e-dc8b-4e53-b97d-6ef885ea5519",
    "recording_id": "55b77af9-6ae1-448c-abee-f5d3739d22cd",
    "artist": "Whitney Houston",
    "artist_ids": [
        "0307edfc-437c-4b48-8700-80680e66a228"
    ],
    "album": "The Bodyguard: Original Soundtrack Album",
    "release_id": "903e2eee-957f-42b7-b048-6007c81c59e0",
    "release_group_id": "9577b974-cce5-35b2-82d0-0969e5484a73",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Whitney Houston originally intended to cover Jimmy Ruffin's \"What Becomes of the Brokenhearted\" as the lead single from \"The Bodyguard.\" Kevin Costner, who also produced the film, suggested this Dolly Parton song instead.  \nCostner:  \"I said, 'This is a very important song in this movie. \"I didn't care if it was ever on the radio. I didn't care. I said, 'We're also going to do this a cappella at the beginning. I need it to be a cappella because it shows a measure of how much she digs this guy - that she sings without music.'\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}