Information about plays

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

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

{
    "id": 3590964,
    "uri": "https://api.kexp.org/v2/plays/3590964/?format=api",
    "airdate": "2025-12-14T10:33:53-08:00",
    "show": 65376,
    "show_uri": "https://api.kexp.org/v2/shows/65376/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Only One",
    "track_id": null,
    "recording_id": null,
    "artist": "Will Worden",
    "artist_ids": [
        "3a305f76-a00b-4268-8a23-b624cf551c19"
    ],
    "album": "The Only One & All The Others",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "V Records"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Worden’s earliest musical influence was Elvis Presley. From there on, he would explore how to sing like that and eventually moved from Texas to California to begin his musical career.\nRead more about Worden and his origins here: https://bit.ly/47O7D4z \n\nGrab a vinyl of his latest album: https://www.vrecordsusa.com/product-page/will-worden-the-only-one-all-the-others",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}