Information about plays

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

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

{
    "id": 3575033,
    "uri": "https://api.kexp.org/v2/plays/3575033/?format=api",
    "airdate": "2025-11-07T07:33:09-08:00",
    "show": 65044,
    "show_uri": "https://api.kexp.org/v2/shows/65044/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dark Angel",
    "track_id": "8b2b7d18-f14f-43bd-9bfe-a88f5fd3fc14",
    "recording_id": "9fbf787a-3359-4587-8599-e4396ac69889",
    "artist": "Kelly Lee Owens",
    "artist_ids": [
        "9d88eaab-f90a-4fbe-b84f-20da5518cd26"
    ],
    "album": "Dreamstate",
    "release_id": "b173ba99-2a94-4855-9ad8-eed1e5d4f19f",
    "release_group_id": "dee9395f-96d0-4a36-bffb-4a1e6a172a74",
    "labels": [
        "dh2"
    ],
    "label_ids": [
        "6bb3e6d6-3655-4014-9a68-eff6df75e450"
    ],
    "release_date": "2024-10-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See Welsh musician Kelly Lee Owens in a live performance in the KEXP studio in 2018: https://www.youtube.com/watch?v=Oskqru6HKUo\n--\nShe has just announced a new EP, \"Kelly,\" due out on November 21st.: https://www.clashmusic.com/news/kelly-lee-owens-announces-new-ep/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}