Information about plays

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

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

{
    "id": 3592290,
    "uri": "https://api.kexp.org/v2/plays/3592290/?format=api",
    "airdate": "2025-12-17T13:48:45-08:00",
    "show": 65403,
    "show_uri": "https://api.kexp.org/v2/shows/65403/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Girl (Now We’re the Same)",
    "track_id": "667a753e-6b69-4f9a-9280-39fd8542b12f",
    "recording_id": "d8d4da96-9d97-4dc5-a9f7-e86fff1f5834",
    "artist": "Brittany Davis",
    "artist_ids": [
        "b37debf5-8157-4998-bb80-1bb07914f3ff"
    ],
    "album": "Black Thunder",
    "release_id": "e2ee34c3-a928-4249-8446-c63cd2c9cdcf",
    "release_group_id": "643dcadd-abb3-4009-9250-779a5ee6cbb1",
    "labels": [
        "Loosegroove Records"
    ],
    "label_ids": [
        "46a478af-52fc-41db-868c-1abd9010f02f"
    ],
    "release_date": "2025-06-13",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Loving this new trio release from Brittany Davis, joined by Evan Flory-Barnes on upright and electric bass and D’Vonne Lewis on drums and percussion.\n\nhttps://brittany-davis.bandcamp.com/album/black-thunder\n\nLive on KEXP: https://www.youtube.com/watch?v=vIFCYj214Rg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}