Information about plays

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

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

{
    "id": 3577547,
    "uri": "https://api.kexp.org/v2/plays/3577547/?format=api",
    "airdate": "2025-11-13T06:09:04-08:00",
    "show": 65096,
    "show_uri": "https://api.kexp.org/v2/shows/65096/?format=api",
    "image_uri": "https://dn710001.ca.archive.org/0/items/mbid-7aef041c-3566-431a-b5df-54bb73d49156/mbid-7aef041c-3566-431a-b5df-54bb73d49156-36485127977_thumb500.jpg",
    "thumbnail_uri": "https://ia802901.us.archive.org/1/items/mbid-7aef041c-3566-431a-b5df-54bb73d49156/mbid-7aef041c-3566-431a-b5df-54bb73d49156-36485127977_thumb250.jpg",
    "song": "Angel",
    "track_id": "2c457c14-078a-30fb-942c-017d8da375f2",
    "recording_id": "88cc080d-cc6a-4681-bad5-8316cbf8e5b6",
    "artist": "Jimi Hendrix",
    "artist_ids": [
        "06fb1c8b-566e-4cb2-985b-b467c90781d4"
    ],
    "album": "Voodoo Soup",
    "release_id": "7aef041c-3566-431a-b5df-54bb73d49156",
    "release_group_id": "5e69d5c9-2f1a-3a58-9871-7edf7b04f741",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1995-04-11",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Good Morning, I was hoping you might play some Jimi in honor of my mom Robin this morning? I miss her more than anything, and she should still be here. She was a force to be reckoned with and I'm lucky to have had her as long as I did. \n\nLove, Steph",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}