Information about plays

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

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

{
    "id": 3541188,
    "uri": "https://api.kexp.org/v2/plays/3541188/?format=api",
    "airdate": "2025-08-17T11:09:24-07:00",
    "show": 64314,
    "show_uri": "https://api.kexp.org/v2/shows/64314/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Honky Tonkin' Rhythm",
    "track_id": null,
    "recording_id": null,
    "artist": "Bobby Sisco",
    "artist_ids": [
        "0da5c7f6-b922-4679-8f22-0cd0a4a0ab69"
    ],
    "album": "Single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Mar-Vel"
    ],
    "label_ids": [],
    "release_date": "1956-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born in Bolivar, Tennessee, he hustled up sponsors for him to sing on the radio as “the singing farm boy” when he was just 16. \nhttps://tims.blackcat.nl/messages/bobby_sisco.htm",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}