Information about plays

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

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

{
    "id": 3576792,
    "uri": "https://api.kexp.org/v2/plays/3576792/?format=api",
    "airdate": "2025-11-11T10:13:34-08:00",
    "show": 65081,
    "show_uri": "https://api.kexp.org/v2/shows/65081/?format=api",
    "image_uri": "https://ia800304.us.archive.org/20/items/mbid-b3d9d402-9f2d-416b-8b03-9e2324fb5690/mbid-b3d9d402-9f2d-416b-8b03-9e2324fb5690-5132243965_thumb500.jpg",
    "thumbnail_uri": "https://ia800304.us.archive.org/20/items/mbid-b3d9d402-9f2d-416b-8b03-9e2324fb5690/mbid-b3d9d402-9f2d-416b-8b03-9e2324fb5690-5132243965_thumb250.jpg",
    "song": "A Stroke of Luck",
    "track_id": "5bd24f4f-80b9-392e-b55f-978d62cc8b82",
    "recording_id": "bb2c4fe6-9243-42b9-bfab-d7fc668012c7",
    "artist": "Garbage",
    "artist_ids": [
        "f9ef7a22-4262-4596-a2a8-1d19345b8e50"
    ],
    "album": "Garbage",
    "release_id": "b3d9d402-9f2d-416b-8b03-9e2324fb5690",
    "release_group_id": "dcad245f-9d95-3751-9e69-d50ca399b46a",
    "labels": [
        "Almo Sounds"
    ],
    "label_ids": [
        "12ad1045-26f3-46de-b7f1-63cc22a31e64"
    ],
    "release_date": "1995-08-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "DJ Phoenix also selected \"A Stroke of Luck\" for her show last Saturday, November 8th, from 6:00-7:00 a.m. .  You can stream that show for two weeks on KEXP's streaming archive: https://www.kexp.org/archive/\n--\n\"A stroke of luck or a gift from God? \"  Here's the lyric video for this song: https://www.youtube.com/watch?v=1Nz6YMTlECY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}