Information about plays

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

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

{
    "id": 3549117,
    "uri": "https://api.kexp.org/v2/plays/3549117/?format=api",
    "airdate": "2025-09-05T06:01:59-07:00",
    "show": 64478,
    "show_uri": "https://api.kexp.org/v2/shows/64478/?format=api",
    "image_uri": "https://ia902903.us.archive.org/21/items/mbid-c78ad57e-1949-465e-a738-8ffd16d6b5dd/mbid-c78ad57e-1949-465e-a738-8ffd16d6b5dd-7507523669_thumb500.jpg",
    "thumbnail_uri": "https://ia802903.us.archive.org/21/items/mbid-c78ad57e-1949-465e-a738-8ffd16d6b5dd/mbid-c78ad57e-1949-465e-a738-8ffd16d6b5dd-7507523669_thumb250.jpg",
    "song": "Always on My Mind",
    "track_id": "63780e12-d47e-3c7e-a039-817cb45b10bf",
    "recording_id": "19d0be93-fdbc-4510-8a5e-c849967a927f",
    "artist": "Willie Nelson",
    "artist_ids": [
        "668fd73c-bf54-4310-a139-305517f05311"
    ],
    "album": "The Essential Willie Nelson",
    "release_id": "c78ad57e-1949-465e-a738-8ffd16d6b5dd",
    "release_group_id": "1d98f3e2-86ef-39f0-9c63-961027032ab7",
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2003-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A perfect song according to listener Kate in the ID!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}