Information about plays

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

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

{
    "id": 3591450,
    "uri": "https://api.kexp.org/v2/plays/3591450/?format=api",
    "airdate": "2025-12-15T13:41:06-08:00",
    "show": 65387,
    "show_uri": "https://api.kexp.org/v2/shows/65387/?format=api",
    "image_uri": "https://coverartarchive.org/release/701aa991-0e28-3103-808c-a44ae00b190d/14240054427-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/701aa991-0e28-3103-808c-a44ae00b190d/14240054427-250.jpg",
    "song": "Stormy Weather",
    "track_id": null,
    "recording_id": "b03a8fd8-ba34-4b28-9752-df69324630be",
    "artist": "Lena Horne",
    "artist_ids": [
        "0031bc7a-1b6f-4620-99db-5202405b0749"
    ],
    "album": "Stormy Weather",
    "release_id": null,
    "release_group_id": "48f86da7-757d-37e9-9226-7223a3f1f330",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1957-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded on this day in 1941!\nhttps://www.allaboutjazz.com/stormy-weather-the-life-of-lena-horne-lena-horne-by-c-michael-bailey",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}