Information about plays

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

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

{
    "id": 3565758,
    "uri": "https://api.kexp.org/v2/plays/3565758/?format=api",
    "airdate": "2025-10-16T06:48:10-07:00",
    "show": 64847,
    "show_uri": "https://api.kexp.org/v2/shows/64847/?format=api",
    "image_uri": "https://coverartarchive.org/release/d0dd77b4-3111-4e03-8cb5-53497c10bce3/36502403260-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d0dd77b4-3111-4e03-8cb5-53497c10bce3/36502403260-250.jpg",
    "song": "Stop & Think It Over",
    "track_id": null,
    "recording_id": "27e52d24-6117-42b6-9d11-f2b01e5930db",
    "artist": "Compulsive Gamblers",
    "artist_ids": [
        "4f2bd8b4-263a-4865-b6b7-4fcb02de3426"
    ],
    "album": "Crystal Gazing Luck Amazing",
    "release_id": null,
    "release_group_id": "31d94a9e-1106-3a53-a6eb-ea48d68fae40",
    "labels": [
        "Sympathy for the Record Industry"
    ],
    "label_ids": [
        "5080c956-1501-4a2b-ae59-161edab8a4f0"
    ],
    "release_date": "2000-06-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally known as \"The Painkillers\", the Compulsive Gamblers band was founded in 1990 by future Oblivians frontmen Greg Cartwright and Jack Yarber, both of whom shared vocal and guitar duties. With the addition of bassist Fields Trimble, keyboardist Philip \"Flipper\" Tubb, drummer Rod \"Bushrod\" Thomas, and fiddler Greg Easterly, the band soon adopted the name the \"Compulsive Gamblers\", and set to work recording their first 7-inch, Joker.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}