Information about plays

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

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

{
    "id": 3599422,
    "uri": "https://api.kexp.org/v2/plays/3599422/?format=api",
    "airdate": "2026-01-02T21:54:07-08:00",
    "show": 65543,
    "show_uri": "https://api.kexp.org/v2/shows/65543/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "ALREADY",
    "track_id": null,
    "recording_id": "995b0c5a-403a-4f84-b3c5-2b87e3538299",
    "artist": "Beyoncé, Shatta Wale & Major Lazer",
    "artist_ids": [
        "859d0860-d480-4efd-970c-c05d5f1776b8",
        "387def2a-4309-4007-a51c-dfb1bc2c2962",
        "75be165a-ad83-4d12-bd28-f589a15c479f"
    ],
    "album": null,
    "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": "Had to sneak one for Ghana lol - Charles Nii Armah Mensah Jr., known by his stage name Shatta Wale, formerly Bandana. is a Ghanaian reggae-dancehall artist. Shatta Wale started with stage name \"Bandana'' after senior high school and released the hit track \"Bandana from Ghana\". The song made tremendous air waves in the Ghanaian music industry in 2004.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}