Information about plays

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

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

{
    "id": 3635125,
    "uri": "https://api.kexp.org/v2/plays/3635125/?format=api",
    "airdate": "2026-03-29T12:58:43-07:00",
    "show": 66312,
    "show_uri": "https://api.kexp.org/v2/shows/66312/?format=api",
    "image_uri": "https://dn721903.ca.archive.org/0/items/mbid-952c9ce2-965b-48fb-89b1-5e0b0c87ddcc/mbid-952c9ce2-965b-48fb-89b1-5e0b0c87ddcc-38339165653_thumb500.jpg",
    "thumbnail_uri": "https://ia800204.us.archive.org/19/items/mbid-952c9ce2-965b-48fb-89b1-5e0b0c87ddcc/mbid-952c9ce2-965b-48fb-89b1-5e0b0c87ddcc-38339165653_thumb250.jpg",
    "song": "TEXAS HOLD ’EM",
    "track_id": "372118d3-3761-4fe0-a1c7-f4bda187c666",
    "recording_id": "9279fbf4-1d16-40a0-8cba-9a4927b49132",
    "artist": "Beyoncé",
    "artist_ids": [
        "859d0860-d480-4efd-970c-c05d5f1776b8"
    ],
    "album": "COWBOY CARTER",
    "release_id": "89f13142-45d9-4ab5-a5eb-d35d6d42febc",
    "release_group_id": "fa566e7b-254a-4fab-8aa5-ebcb7592d7f2",
    "labels": [
        "Columbia",
        "Parkwood Entertainment"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e",
        "31eb6796-abba-4a02-b650-a556aa65f9ae"
    ],
    "release_date": "2024-03-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 2024!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}