Information about plays

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

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

{
    "id": 3614163,
    "uri": "https://api.kexp.org/v2/plays/3614163/?format=api",
    "airdate": "2026-02-07T00:15:06-08:00",
    "show": 65859,
    "show_uri": "https://api.kexp.org/v2/shows/65859/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Floetic (J Dilla remix)",
    "track_id": null,
    "recording_id": "c30d29ad-7f6a-4975-8a73-d4a426655571",
    "artist": "Floetry feat. C.L. Smooth",
    "artist_ids": [
        "bd74fb1e-9cc5-46d2-ac64-d44c358db201",
        "c64dba0f-6add-44ca-91de-c2bfad7aeab8"
    ],
    "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"
}