Information about plays

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

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

{
    "id": 3542579,
    "uri": "https://api.kexp.org/v2/plays/3542579/?format=api",
    "airdate": "2025-08-20T18:15:00-07:00",
    "show": 64341,
    "show_uri": "https://api.kexp.org/v2/shows/64341/?format=api",
    "image_uri": "https://ia800503.us.archive.org/21/items/mbid-6525a0dd-fe9f-46f3-a3a9-c9f7feee094b/mbid-6525a0dd-fe9f-46f3-a3a9-c9f7feee094b-42267245613_thumb500.jpg",
    "thumbnail_uri": "https://dn720704.ca.archive.org/0/items/mbid-6525a0dd-fe9f-46f3-a3a9-c9f7feee094b/mbid-6525a0dd-fe9f-46f3-a3a9-c9f7feee094b-42267245613_thumb250.jpg",
    "song": "Thread and the Spark",
    "track_id": "9e33fdeb-34e0-47be-af34-e961d0cdcd8b",
    "recording_id": "0d122d4a-de8d-419a-b756-64c0d448d4a9",
    "artist": "Jamie Drake",
    "artist_ids": [
        "5c73a963-cc95-4c8b-869c-e0d0d8fb70c9"
    ],
    "album": "Thread and the Spark",
    "release_id": "6525a0dd-fe9f-46f3-a3a9-c9f7feee094b",
    "release_group_id": "fb0113b6-bea6-436c-8ebc-51bdacfb94ee",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-05-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“I love writing my own songs,” Drake says. “It seems foreign to me to take on someone else’s songs, to do them with my interpretation of them, I do that, but I want to tell my own story. But also, in telling my story, I’m telling a lot of other people’s stories, too.” - https://sandiegotroubadour.com/jamie-drake-finds-her-voice-through-words-and-music/\n\nhttps://jamiedrakemusic.bandcamp.com/album/thread-and-the-spark",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}