Information about plays

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

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

{
    "id": 3619893,
    "uri": "https://api.kexp.org/v2/plays/3619893/?format=api",
    "airdate": "2026-02-20T11:04:51-08:00",
    "show": 65982,
    "show_uri": "https://api.kexp.org/v2/shows/65982/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Why Can’t We Be Friends?",
    "track_id": "f3c75231-cd88-3788-bd0b-7a22f8f21809",
    "recording_id": "7faa9cf5-0b8c-4598-ae78-d47a8f67d210",
    "artist": "Geggy Tah",
    "artist_ids": [
        "9a0117a8-6930-4bb0-9b7b-77362e2a1c6b"
    ],
    "album": "Blue in the Face",
    "release_id": "44991622-cbde-43ad-b09e-70c9c6418153",
    "release_group_id": "41bc43e1-b264-3e55-83fe-372e0e2d22b5",
    "labels": [
        "Luaka Bop"
    ],
    "label_ids": [
        "92996c02-75c4-4a12-8d90-522483c200c5"
    ],
    "release_date": "1995-09-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in Pomona, CA, and active from 1994-2001, \"Geggy Tah is a band initially composed of writer/singer Tommy Jordan and keyboard/guitarist Greg Kurstin. Each of them has a younger sister who was unable to pronounce her brother's name when very young; 'Geggy' and 'Tah' were the baby girls' mispronunciations of their brothers' names.\"\n\nhttps://tinyurl.com/p5ke53r4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}