Information about plays

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

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

{
    "id": 3620753,
    "uri": "https://api.kexp.org/v2/plays/3620753/?format=api",
    "airdate": "2026-02-22T09:39:57-08:00",
    "show": 66001,
    "show_uri": "https://api.kexp.org/v2/shows/66001/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Crucified Son",
    "track_id": null,
    "recording_id": null,
    "artist": "Charley Crockett",
    "artist_ids": [
        "cf391be8-a609-4fcf-8de1-0eff6b639ae5"
    ],
    "album": "Dollar A Day",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The second album this year from the Texan, it’s part of The Sagebrush Trilogy. He recorded it with Shooter Jennings in LA and said, “With Lonesome Drifter, it felt like we opened the portal. With Dollar a Day, we stepped through and came out the other side.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}