Information about plays

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

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

{
    "id": 3625978,
    "uri": "https://api.kexp.org/v2/plays/3625978/?format=api",
    "airdate": "2026-03-06T11:03:03-08:00",
    "show": 66106,
    "show_uri": "https://api.kexp.org/v2/shows/66106/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Yellow Eyes",
    "track_id": null,
    "recording_id": null,
    "artist": "Yebba",
    "artist_ids": [
        "0aeea1ef-8d96-4556-8c4a-84b88ae271bb"
    ],
    "album": "Jean",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "RCA Records"
    ],
    "label_ids": [],
    "release_date": "2026-03-06",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yebba's sophomore album, Jean, is out today! \"Yellow Eyes\" came out as the lead single in February. \n\nYou may also have heard Yebba's voice on Tyler, The Creator's most recent album. She's featured on the track, \"I'll Take Care of You.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}