Information about plays

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

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

{
    "id": 3595654,
    "uri": "https://api.kexp.org/v2/plays/3595654/?format=api",
    "airdate": "2025-12-25T03:43:13-08:00",
    "show": 65469,
    "show_uri": "https://api.kexp.org/v2/shows/65469/?format=api",
    "image_uri": "https://ia902802.us.archive.org/26/items/mbid-6297eee1-c884-4790-a6ee-24ef05208e3b/mbid-6297eee1-c884-4790-a6ee-24ef05208e3b-21637242631_thumb500.jpg",
    "thumbnail_uri": "https://ia902802.us.archive.org/26/items/mbid-6297eee1-c884-4790-a6ee-24ef05208e3b/mbid-6297eee1-c884-4790-a6ee-24ef05208e3b-21637242631_thumb250.jpg",
    "song": "Have Yourself a Merry Little Christmas",
    "track_id": "2cc11894-d433-4269-862b-7e215a18f10c",
    "recording_id": "6c20acb4-f9da-48ac-acaf-285d540efbe5",
    "artist": "The Beths",
    "artist_ids": [
        "4c74fc48-8108-4556-87af-154af74f2ce5"
    ],
    "album": "Have Yourself a Merry Little Christmas",
    "release_id": "6297eee1-c884-4790-a6ee-24ef05208e3b",
    "release_group_id": "20be16af-0450-4782-9955-3ff860f4bfeb",
    "labels": [
        "Carpark Records"
    ],
    "label_ids": [
        "c34caca6-4de9-4cd2-8549-c71b0162bf1c"
    ],
    "release_date": "2018-11-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Chris!\n----\nMerry Christmas and happy holidays from The Beths - https://thebethsnz.bandcamp.com/album/have-yourself-a-merry-little-christmas",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}