Information about plays

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

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

{
    "id": 3596465,
    "uri": "https://api.kexp.org/v2/plays/3596465/?format=api",
    "airdate": "2025-12-26T22:03:23-08:00",
    "show": 65482,
    "show_uri": "https://api.kexp.org/v2/shows/65482/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "2004",
    "track_id": null,
    "recording_id": "f238c36f-975a-4a36-addf-331eaad38684",
    "artist": "Mick Jenkins",
    "artist_ids": [
        "64c4dfcc-ba2b-4036-ac01-1636ae15ebb8"
    ],
    "album": "The Patience",
    "release_id": null,
    "release_group_id": "3764d136-e063-44c1-953f-565bcfc3bf21",
    "labels": [
        "RBC Records"
    ],
    "label_ids": [
        "a75188a1-535b-407a-a58f-cf2fa56504d4"
    ],
    "release_date": "2023-08-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The Patience\" is the fourth studio album from Mick Jenkins. \n\nHere's what he had to say about the album: \"“The Patience: As best I can be, I am a person who does everything within his power to change his situation. I think with some level of consistency, that behavior inevitably leads you to a point where you have to wait. A point where the things that now need to happen to move you forward are no longer in your control. I see this as a period of time in one’s journey, no matter the length, where the unseen things must take place; The muscles must tear and repair, the understanding of a concept coming to you in a moment completely devoid of artistic intention. It’s through these moments where I’ve found myself being the most frustrated with patience.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}