Information about plays

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

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

{
    "id": 3598325,
    "uri": "https://api.kexp.org/v2/plays/3598325/?format=api",
    "airdate": "2025-12-31T06:02:18-08:00",
    "show": 65522,
    "show_uri": "https://api.kexp.org/v2/shows/65522/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blood in the Water",
    "track_id": "7ccb9fde-11a5-408e-be6a-0a20ac699c17",
    "recording_id": "e88e0622-eb0b-41ae-b1f1-4a127bb42888",
    "artist": "Linda From Work",
    "artist_ids": [
        "a1aa3ae3-2c08-4436-9635-0e9e057e0646"
    ],
    "album": "Linda From Work",
    "release_id": "e121961a-7ba7-4287-92ff-2f60c61323da",
    "release_group_id": "255ccf38-9a97-49cd-b068-24ab9cdab5ef",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-10-17",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Linda From Work is a fierce rock band hailing from Seattle. Meeting at the intersection of garage, glam and dance-punk Read more: https://lindafromwork.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}