Information about plays

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

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

{
    "id": 3594728,
    "uri": "https://api.kexp.org/v2/plays/3594728/?format=api",
    "airdate": "2025-12-23T03:46:39-08:00",
    "show": 65453,
    "show_uri": "https://api.kexp.org/v2/shows/65453/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Plea",
    "track_id": "f1be90cf-3c48-4094-b52a-b85034ae5833",
    "recording_id": "9717bdcf-ce7c-45d7-bf42-bf1d5a481009",
    "artist": "Flea",
    "artist_ids": [
        "2dc7a305-7a8c-4fcc-add4-5e9def0a9a0d"
    ],
    "album": "A Plea",
    "release_id": "30fc07d4-6be8-478d-b7b0-0c065fd1ec34",
    "release_group_id": "21e0f575-286b-414d-ac4d-05c6ebbe8bbf",
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "2025-12-02",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new music!\n\nAfter a nearly five-decade career as one of his generation’s defining rock bassists, time and space have finally allowed Flea to work with a dream band of modern jazz visionaries, returning to his first instrument and musical love, the trumpet, for a new album that will be released in 2026 on Nonesuch Records.\n\nhttps://www.nonesuch.com/journal/flea-releases-new-original-song-plea-2025-12-02\n\nOfficial video for this track is here:\nhttps://www.youtube.com/watch?v=TmyjzvQv5bA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}