Information about plays

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

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

{
    "id": 3585824,
    "uri": "https://api.kexp.org/v2/plays/3585824/?format=api",
    "airdate": "2025-12-02T11:30:41-08:00",
    "show": 65270,
    "show_uri": "https://api.kexp.org/v2/shows/65270/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Footsteps in the Dark, Parts 1 & 2",
    "track_id": "417ea317-a9ee-3cd5-ae34-224d40b43d9b",
    "recording_id": "9de81353-bc6b-4c23-9fd4-2b10301a21ed",
    "artist": "The Isley Brothers",
    "artist_ids": [
        "4a76400d-283f-492e-9754-18ef41755f81"
    ],
    "album": "The Essential Isley Brothers",
    "release_id": "4dcc6f8b-661a-469a-8d64-f22d0099b392",
    "release_group_id": "d64f0e64-679d-301d-a5dd-a4c7b5100aef",
    "labels": [
        "Sony Music"
    ],
    "label_ids": [
        "9e6b4d7f-4958-4db7-8504-d89e315836af"
    ],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sound familiar? It was sampled by Thundercat in the previous song. Perhaps you also recognized it in Ice Cube's \"It Was a Good Day.\" It's been sampled more than 100 times. \n--\nSee the remarkable Isley Brothers perform this song live: https://www.youtube.com/watch?v=1PiH3Y95b60",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}