Information about plays

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

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

{
    "id": 3668931,
    "uri": "https://api.kexp.org/v2/plays/3668931/?format=api",
    "airdate": "2026-06-17T02:38:54-07:00",
    "show": 67009,
    "show_uri": "https://api.kexp.org/v2/shows/67009/?format=api",
    "image_uri": "https://dn711103.ca.archive.org/0/items/mbid-72db2892-372f-4a56-8cd5-174065528a58/mbid-72db2892-372f-4a56-8cd5-174065528a58-45116806976_thumb500.jpg",
    "thumbnail_uri": "https://dn711103.ca.archive.org/0/items/mbid-72db2892-372f-4a56-8cd5-174065528a58/mbid-72db2892-372f-4a56-8cd5-174065528a58-45116806976_thumb250.jpg",
    "song": "Let Me Go",
    "track_id": "7778a9c7-a476-4808-ac9e-848c25d1ca2a",
    "recording_id": "ece4fa1b-b7cc-43ca-8390-b2ba352584d9",
    "artist": "Baby Rose",
    "artist_ids": [
        "dff72d7d-751c-4b59-8aaa-7c61136191a3"
    ],
    "album": "YEARNALISM",
    "release_id": "72db2892-372f-4a56-8cd5-174065528a58",
    "release_group_id": "07feb5f6-833a-49bc-a3c4-34ae74dac42c",
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2026-07-10",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Of the song, Baby Rose says:\n\n“Not all things have to end with a crash and burn. ‘Let Me Go’ is about yearning to be free and still friends at the end of it all… it’s not you, it’s me.” https://www.youtube.com/watch?v=AGtjLikJWZ4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}