Information about plays

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

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

{
    "id": 3545746,
    "uri": "https://api.kexp.org/v2/plays/3545746/?format=api",
    "airdate": "2025-08-28T04:51:41-07:00",
    "show": 64406,
    "show_uri": "https://api.kexp.org/v2/shows/64406/?format=api",
    "image_uri": "https://coverartarchive.org/release/90f3f3b9-8492-3f66-a660-cdbc5fc4d4ad/3461604768-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/90f3f3b9-8492-3f66-a660-cdbc5fc4d4ad/3461604768-250.jpg",
    "song": "Sweet Love",
    "track_id": null,
    "recording_id": "28052b0f-1296-424a-80c5-2023dc3b99da",
    "artist": "Anita Baker",
    "artist_ids": [
        "02349767-d5ac-4528-892d-17b6d40107a1"
    ],
    "album": "Rapture",
    "release_id": null,
    "release_group_id": "b544c1b2-9190-34ac-8d03-348c86a77cb2",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1986-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Rafael in Lima, Peru!\n\n1986's 'Rapture' is the second album by Anita Baker - it became her breakout album, earning her two Grammy Awards. The album's first track, \"Sweet Love\", was a top 10 Billboard hit in addition to winning a Grammy Award. This great 1986 song was written by Baker herself, with Louis A. Johnson, and Gary Bias. Here she is, singing it live: \nhttps://youtu.be/AKoKpYsTz9c",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}