Information about plays

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

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

{
    "id": 3588521,
    "uri": "https://api.kexp.org/v2/plays/3588521/?format=api",
    "airdate": "2025-12-08T14:08:13-08:00",
    "show": 65324,
    "show_uri": "https://api.kexp.org/v2/shows/65324/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Light Sleeper",
    "track_id": "839425e9-58f1-4449-9cc6-c07a18fe4bca",
    "recording_id": "a92834f3-c24e-4370-ade3-4eda172930c1",
    "artist": "Home Front",
    "artist_ids": [
        "61fe64d2-983d-487c-bcb8-1e2fe07a1c98"
    ],
    "album": "Watch It Die",
    "release_id": "4b8a1043-8aa0-449b-998d-f48bca9ec945",
    "release_group_id": "fc026482-25bb-4f43-91cf-0b4cc6fb49f9",
    "labels": [
        "La Vida Es Mus Discos"
    ],
    "label_ids": [
        "d8586451-af5e-47da-8ff1-e210ad8ea448"
    ],
    "release_date": "2025-11-14",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Home Front will be playing with Angel Du$t on Wednesday, March 25 at Washington Hall.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}