Information about plays

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

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

{
    "id": 3581875,
    "uri": "https://api.kexp.org/v2/plays/3581875/?format=api",
    "airdate": "2025-11-23T10:35:16-08:00",
    "show": 65188,
    "show_uri": "https://api.kexp.org/v2/shows/65188/?format=api",
    "image_uri": "https://coverartarchive.org/release/f1d2eb18-af85-4fee-8486-420f55119582/37645683807-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f1d2eb18-af85-4fee-8486-420f55119582/37645683807-250.jpg",
    "song": "Stack O’Lee Blues",
    "track_id": null,
    "recording_id": "637dcf7e-ec7f-4b60-805f-aeb207e4eaf9",
    "artist": "Mississippi John Hurt",
    "artist_ids": [
        "802484e0-90de-4611-9fa4-f5ef0c7727b6"
    ],
    "album": "American Epic: The Best Of Mississippi John Hurt",
    "release_id": null,
    "release_group_id": "1203a9e6-4996-4855-8776-f0856adf4c2c",
    "labels": [
        "Third Man Records"
    ],
    "label_ids": [
        "95336f80-eef4-41fa-a4ca-d4bc4ecebcde"
    ],
    "release_date": "2017-05-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hurt’s 1928 version of the song based on the true story of “Stagger” Lee Shelton shooting a man Billy Lyons in the course of an argument in St. Louis, MS.\nhttps://missourilife.com/real-story-behind-bad-man-stagger-lee-2/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}