Information about plays

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

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

{
    "id": 3598009,
    "uri": "https://api.kexp.org/v2/plays/3598009/?format=api",
    "airdate": "2025-12-30T13:04:04-08:00",
    "show": 65517,
    "show_uri": "https://api.kexp.org/v2/shows/65517/?format=api",
    "image_uri": "https://coverartarchive.org/release/9ca473e8-209a-4d8a-bb8b-78d6e9e2ac30/1928484595-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9ca473e8-209a-4d8a-bb8b-78d6e9e2ac30/1928484595-250.jpg",
    "song": "That Lady, Parts 1 & 2",
    "track_id": null,
    "recording_id": "49221d23-1604-4422-8c52-600e3491768a",
    "artist": "The Isley Brothers",
    "artist_ids": [
        "4a76400d-283f-492e-9754-18ef41755f81"
    ],
    "album": "3+3",
    "release_id": null,
    "release_group_id": "4e71149d-e632-32f5-9d9f-83cb8d6e3757",
    "labels": [
        "T-Neck"
    ],
    "label_ids": [
        "3d1c2ffa-cfc1-4a55-a27e-d7045cf5adee"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's how to play Ernie Isley's guitar solo in this song: https://www.youtube.com/watch?v=0XC01zwh394",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}