Information about plays

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

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

{
    "id": 3596276,
    "uri": "https://api.kexp.org/v2/plays/3596276/?format=api",
    "airdate": "2025-12-26T13:10:32-08:00",
    "show": 65479,
    "show_uri": "https://api.kexp.org/v2/shows/65479/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love You Down",
    "track_id": "c31fceaa-8769-4a9f-b557-f70461f34274",
    "recording_id": "c21d3b45-fb23-4052-b387-b9ccf0e54811",
    "artist": "Robert Glasper feat. Meshell Ndegeocello",
    "artist_ids": [
        "6e8f82ea-9e6d-4fdd-9b32-32feef13186b",
        "55a8b485-1cbf-47ee-ae15-d106200fafe8"
    ],
    "album": "Keys to the City Volume One",
    "release_id": "bd0e90c2-172c-4ad0-9f0a-86fb109c8e46",
    "release_group_id": "c3a16a2e-08f8-49cf-954b-7098b00dbdc2",
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2025-10-10",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This new song by Robert Glasper is his version of the 1986 song by Ready for the World. It was written by Melvin Riley, Jr.\n--\nYou can purchase Robert Glasper's \"Keys to the City Volume One\" here: https://robertglasper.bandcamp.com/album/keys-to-the-city-volume-one",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}