Information about plays

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

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

{
    "id": 3588756,
    "uri": "https://api.kexp.org/v2/plays/3588756/?format=api",
    "airdate": "2025-12-09T03:47:33-08:00",
    "show": 65328,
    "show_uri": "https://api.kexp.org/v2/shows/65328/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Not My World",
    "track_id": "32745216-1754-4005-a454-74a803d784f7",
    "recording_id": "a175256c-f7a1-454a-873d-a0030247d57f",
    "artist": "Tame Impala",
    "artist_ids": [
        "63aa26c3-d59b-4da4-84ac-716b54f1ef4d"
    ],
    "album": "Deadbeat",
    "release_id": "e0cb9499-9a55-4384-8d4b-bf49bf560945",
    "release_group_id": "3ee3e2bb-2584-4f74-ba06-cdecc370a1ba",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2025-10-17",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Deadbeat,\" released in October is Kevin Parker's fifth studio album, his first in five years, and an album that reflects his journey through early fatherhood.: https://statenews.com/article/2025/10/review-tame-impala-is-going-through-changes-on-deadbeat-creative-and-personal?ct=content_open&cv=cbox_latest",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}