Information about plays

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

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

{
    "id": 3598017,
    "uri": "https://api.kexp.org/v2/plays/3598017/?format=api",
    "airdate": "2025-12-30T13:36:11-08:00",
    "show": 65517,
    "show_uri": "https://api.kexp.org/v2/shows/65517/?format=api",
    "image_uri": "https://ia801601.us.archive.org/16/items/mbid-2ccd44d0-ab85-3c37-ad00-26317045243e/mbid-2ccd44d0-ab85-3c37-ad00-26317045243e-1397926379_thumb500.jpg",
    "thumbnail_uri": "https://ia801601.us.archive.org/16/items/mbid-2ccd44d0-ab85-3c37-ad00-26317045243e/mbid-2ccd44d0-ab85-3c37-ad00-26317045243e-1397926379_thumb250.jpg",
    "song": "Car on a Hill",
    "track_id": "72ce0397-b849-3ea1-b7f4-f1a4d77fed8c",
    "recording_id": "f404ce5f-46e6-441b-80eb-962d348323a5",
    "artist": "Joni Mitchell",
    "artist_ids": [
        "a6de8ef9-b1a1-4756-97aa-481bbb8a4069"
    ],
    "album": "Court and Spark",
    "release_id": "2ccd44d0-ab85-3c37-ad00-26317045243e",
    "release_group_id": "3bd19e28-698e-3b7e-a8ec-f872bf001651",
    "labels": [
        "Asylum Records"
    ],
    "label_ids": [
        "a8bea33e-67af-424a-a734-898e2dc437ed"
    ],
    "release_date": "1983-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I've been sitting up waiting for my sugar to show\nI've been listening to the sirens and the radio\nHe said he'd be over three hours ago\nI've been waiting for his car on the hill\n---\nhttps://jonimitchell.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}