Information about plays

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

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

{
    "id": 3543579,
    "uri": "https://api.kexp.org/v2/plays/3543579/?format=api",
    "airdate": "2025-08-23T03:05:16-07:00",
    "show": 64361,
    "show_uri": "https://api.kexp.org/v2/shows/64361/?format=api",
    "image_uri": "https://ia800605.us.archive.org/27/items/mbid-8e2278c1-249c-40e6-8b11-d0d8494c27bc/mbid-8e2278c1-249c-40e6-8b11-d0d8494c27bc-21971479800_thumb500.jpg",
    "thumbnail_uri": "https://ia600605.us.archive.org/27/items/mbid-8e2278c1-249c-40e6-8b11-d0d8494c27bc/mbid-8e2278c1-249c-40e6-8b11-d0d8494c27bc-21971479800_thumb250.jpg",
    "song": "I Pity the Fool",
    "track_id": "a86a45e6-89fb-36e1-bd3e-3a544a0e33bf",
    "recording_id": "a97bf04e-03b6-429a-bb68-f23d18902791",
    "artist": "Bobby “Blue” Bland",
    "artist_ids": [
        "66ebc271-6a26-4fe7-848b-f217da119d92"
    ],
    "album": "The R&B Box: 30 Years of Rhythm & Blues",
    "release_id": "8e2278c1-249c-40e6-8b11-d0d8494c27bc",
    "release_group_id": "19314ba7-57e8-3374-b3bd-8b171bd92bd8",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}