Information about plays

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

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

{
    "id": 3585819,
    "uri": "https://api.kexp.org/v2/plays/3585819/?format=api",
    "airdate": "2025-12-02T11:14:03-08:00",
    "show": 65270,
    "show_uri": "https://api.kexp.org/v2/shows/65270/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Light Of Loving",
    "track_id": "2b559451-417a-4555-b60c-a2d25dc51a24",
    "recording_id": "d93b6942-6d49-4b7c-8115-271a4d2ea50f",
    "artist": "Faith Healer",
    "artist_ids": [
        "e4696a56-f2d5-43a9-a4d4-3fcc2d2c3984"
    ],
    "album": "Try;-)",
    "release_id": "b2eeb79c-895f-40f0-bdeb-a9f84e8a951f",
    "release_group_id": "568d7b9a-70f8-4fc1-91ab-b0d45b32a247",
    "labels": [
        "Mint Records"
    ],
    "label_ids": [
        "71587054-8671-48e3-ae91-fab5315fd06b"
    ],
    "release_date": "2017-09-08",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Canadian band  Faith Healer performing live for KEXP listeners at Breakglass Studios during POP Montreal 2017.  That performance include \"Light of Loving\":  https://www.youtube.com/watch?v=0XWDBnZhSiI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}