Information about plays

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

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

{
    "id": 3643579,
    "uri": "https://api.kexp.org/v2/plays/3643579/?format=api",
    "airdate": "2026-04-18T08:16:47-07:00",
    "show": 66484,
    "show_uri": "https://api.kexp.org/v2/shows/66484/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Where the Grass is the Greenest",
    "track_id": null,
    "recording_id": null,
    "artist": "Scholar",
    "artist_ids": [
        "f3e4aa22-6d38-4432-8325-0a985bfe6d88"
    ],
    "album": "Where the Grass is the Greenest",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kānaka Maoli\n\nScholar is a Kanaka rapper who dubbed himself as Scholar as he was attending medical school while releasing this music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}