Information about plays

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

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

{
    "id": 3610327,
    "uri": "https://api.kexp.org/v2/plays/3610327/?format=api",
    "airdate": "2026-01-28T19:54:27-08:00",
    "show": 65780,
    "show_uri": "https://api.kexp.org/v2/shows/65780/?format=api",
    "image_uri": "https://dn721801.ca.archive.org/0/items/mbid-109d52b0-d007-47ff-bef9-658e93fda65d/mbid-109d52b0-d007-47ff-bef9-658e93fda65d-5814101251_thumb500.jpg",
    "thumbnail_uri": "https://dn721801.ca.archive.org/0/items/mbid-109d52b0-d007-47ff-bef9-658e93fda65d/mbid-109d52b0-d007-47ff-bef9-658e93fda65d-5814101251_thumb250.jpg",
    "song": "Inner Meet Me",
    "track_id": "e22c6133-f45c-3ffe-a0d0-dcdc774070b7",
    "recording_id": "f592acb0-6596-497d-8cda-d3e44e5a5ad6",
    "artist": "The Beta Band",
    "artist_ids": [
        "0d82f0cd-107a-403f-a726-ac7287cbea65"
    ],
    "album": "The Three E.P.’s",
    "release_id": "109d52b0-d007-47ff-bef9-658e93fda65d",
    "release_group_id": "88989a20-84a0-34fe-b1e4-9e8fcc1e733f",
    "labels": [
        "Regal"
    ],
    "label_ids": [
        "c3b2ae8c-1d88-4c5e-a683-1ffb720c12f2"
    ],
    "release_date": "1998-09-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"And if there are those who speak the English language better than other people, the lead singer of The Beta Band would not be one of them. No. His enunciation is okay, like if you were hanging out with him and you leaned in close, and he spoke fervently about something that mattered to him, you wouldn’t miss a beat. But there’s something in his speech that makes you aware of it, that the speech itself is just a beautiful thing.\" Here's a tribute to \"Inner Meet Me\": https://www.mcsweeneys.net/articles/inner-meet-me-by-the-beta-band",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}