Information about plays

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

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

{
    "id": 3588015,
    "uri": "https://api.kexp.org/v2/plays/3588015/?format=api",
    "airdate": "2025-12-07T10:36:27-08:00",
    "show": 65313,
    "show_uri": "https://api.kexp.org/v2/shows/65313/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Don't Know Like I Know",
    "track_id": "d971944e-501f-3b98-9747-06279db15de7",
    "recording_id": "eefbac7c-9e33-457f-bc5b-052d888b25a9",
    "artist": "Sam & Dave",
    "artist_ids": [
        "f1d7f1fd-8883-47e9-ad2b-e9ec9ff61aac"
    ],
    "album": "Stax 50th Anniversary Celebration",
    "release_id": "0d4e6a6e-1897-46fa-be5b-91b33e14a012",
    "release_group_id": "1cd9ce56-2e10-31fa-af50-7f4cc7c57f97",
    "labels": [
        "Stax"
    ],
    "label_ids": [
        "3d60c9cf-c020-49e8-a803-2189c146b880"
    ],
    "release_date": "2007-03-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Guitarist\n\n\"Stax 50th Anniversary celebration\" is the first ever two-cd cross-licensed compilation that includes every major Stax and Stax-Atlantic hit singles from the label’s 1960s and ‘70s heyday\nhttp://bit.ly/49Y5lTa",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}