Information about plays

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

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

{
    "id": 3598597,
    "uri": "https://api.kexp.org/v2/plays/3598597/?format=api",
    "airdate": "2025-12-31T22:28:39-08:00",
    "show": 65528,
    "show_uri": "https://api.kexp.org/v2/shows/65528/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Joker",
    "track_id": "81b33440-cc22-4efc-9149-778452cdaa61",
    "recording_id": "2e107123-00c5-4f36-ba17-881410f3a2e0",
    "artist": "Steve Miller Band",
    "artist_ids": [
        "e57f0cac-4f56-473c-8d7e-d93f753fd586"
    ],
    "album": "The Joker",
    "release_id": "7ca2b908-f758-47c2-beeb-b95da64a6c26",
    "release_group_id": "12a6deb4-9158-4d1d-b74d-6a53435f860f",
    "labels": [
        "Capitol Records",
        "EMI Electrola"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73",
        "04eb3226-fd4c-4dfb-ae02-c888f0a0e977"
    ],
    "release_date": "1973-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The Joker\" was highly influenced by Allen Toussaint's \"Soul Sister\" and references The Clovers track \"Lovey Dovey\" in the lyric \"You're the cutest thing that I ever did see / Really love your peaches, wanna shake your tree / Lovey dovey, lovey dovey, lovey dovey all the time\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}