Information about plays

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

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

{
    "id": 3589784,
    "uri": "https://api.kexp.org/v2/plays/3589784/?format=api",
    "airdate": "2025-12-11T14:21:10-08:00",
    "show": 65348,
    "show_uri": "https://api.kexp.org/v2/shows/65348/?format=api",
    "image_uri": "https://coverartarchive.org/release/a8fb30e4-3b0d-4eca-a742-a7415141c35d/11940127494-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a8fb30e4-3b0d-4eca-a742-a7415141c35d/11940127494-250.jpg",
    "song": "Marcus Garvey",
    "track_id": null,
    "recording_id": "46334bf8-5136-4af2-a567-f7308379d952",
    "artist": "Burning Spear",
    "artist_ids": [
        "16dad944-c492-43dd-88ed-e0b7ac520c40"
    ],
    "album": "Marcus Garvey",
    "release_id": null,
    "release_group_id": "2b649670-7d2d-3287-9b40-5b88fb4e1f35",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was sampled by Yasiin Bey for \"Do It Now,\" featuring Busta Rhymes.\n--\nSome reviewers say that Winston Rodney's (Burning Spear) third album is the greatest reggae album ever made.: https://www.udiscovermusic.com/stories/marcus-garvey-burning-spear/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}