Information about plays

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

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

{
    "id": 3614168,
    "uri": "https://api.kexp.org/v2/plays/3614168/?format=api",
    "airdate": "2026-02-07T00:33:28-08:00",
    "show": 65859,
    "show_uri": "https://api.kexp.org/v2/shows/65859/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Used to Love Me (Ummah remix)",
    "track_id": null,
    "recording_id": "2cbfb032-f7c7-475a-b93b-900ce9a0180f",
    "artist": "Faith Evans",
    "artist_ids": [
        "ebcd0bad-75ef-4203-b7b3-7af38a9ef198"
    ],
    "album": "Soulful Genius (Library of a Legend)",
    "release_id": null,
    "release_group_id": "efabcdf5-89be-429c-9cb1-79c3be621f41",
    "labels": [],
    "label_ids": [],
    "release_date": "2006-02-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "DILLA DAY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}