Information about plays

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

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

{
    "id": 3639907,
    "uri": "https://api.kexp.org/v2/plays/3639907/?format=api",
    "airdate": "2026-04-09T14:10:40-07:00",
    "show": 66408,
    "show_uri": "https://api.kexp.org/v2/shows/66408/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Everlasting Nothing",
    "track_id": null,
    "recording_id": "91f9d984-aec0-4da4-9c66-e5cb165abe4d",
    "artist": "Beck",
    "artist_ids": [
        "309c62ba-7a22-4277-9f67-4a162526d18a"
    ],
    "album": "Hyperspace",
    "release_id": null,
    "release_group_id": "67ad5df9-bd8c-45d9-aa1b-14a3ff2cb2ee",
    "labels": [
        "Universal Music"
    ],
    "label_ids": [
        "13a464dc-b9fd-4d16-a4f4-d4316f6a46c7"
    ],
    "release_date": "2019-11-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pharrell Williams co-wrote and co-produced the song; he also played drums and keyboards while Beck sang and played guitar and piano.\n--\nSomeone wrote, \"Play this at my funeral please ... amen.\"  Here's the lyric video: https://www.youtube.com/watch?v=U3PR2iJbLUE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}