Information about plays

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

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

{
    "id": 3661938,
    "uri": "https://api.kexp.org/v2/plays/3661938/?format=api",
    "airdate": "2026-05-31T12:34:40-07:00",
    "show": 66867,
    "show_uri": "https://api.kexp.org/v2/shows/66867/?format=api",
    "image_uri": "https://dn710705.ca.archive.org/0/items/mbid-50b47ac1-31c4-43e5-aeff-7da11d8b1cc7/mbid-50b47ac1-31c4-43e5-aeff-7da11d8b1cc7-7417357864_thumb500.jpg",
    "thumbnail_uri": "https://dn710705.ca.archive.org/0/items/mbid-50b47ac1-31c4-43e5-aeff-7da11d8b1cc7/mbid-50b47ac1-31c4-43e5-aeff-7da11d8b1cc7-7417357864_thumb250.jpg",
    "song": "Keep On Shining",
    "track_id": "2e5e1604-0f39-4208-84de-45a42935ccb3",
    "recording_id": "e613d657-cf6b-4bf2-98a5-145e3e97d275",
    "artist": "Curtis Harding",
    "artist_ids": [
        "3381882a-9e5a-44f9-b383-89759edf1dbd"
    ],
    "album": "Soul Power",
    "release_id": "50b47ac1-31c4-43e5-aeff-7da11d8b1cc7",
    "release_group_id": "2af20e17-eea2-4278-8de0-294a0eadef50",
    "labels": [
        "Burger Records"
    ],
    "label_ids": [
        "381edd23-11e7-4572-9f62-c6134a451a21"
    ],
    "release_date": "2014-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For his surreal and wildly infectious video for \"Keep On Shining,\", Atlanta soul singer Curtis Harding took visual cues from '70s and '80s cigarette and headphone ads, along with some staple Isley Brothers music videos.: https://www.youtube.com/watch?v=LUnPHuYLST0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}