Information about plays

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

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

{
    "id": 3609929,
    "uri": "https://api.kexp.org/v2/plays/3609929/?format=api",
    "airdate": "2026-01-27T20:36:17-08:00",
    "show": 65772,
    "show_uri": "https://api.kexp.org/v2/shows/65772/?format=api",
    "image_uri": "https://coverartarchive.org/release/fcb10d95-78b7-4e6a-9ff7-2ec113e31930/4782833643-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fcb10d95-78b7-4e6a-9ff7-2ec113e31930/4782833643-250.jpg",
    "song": "Get Up, Stand Up (Thievery Corporation remix)",
    "track_id": null,
    "recording_id": "80f37e8c-f91a-490d-be49-2f56242cace7",
    "artist": "Bob Marley & The Wailers",
    "artist_ids": [
        "c296e10c-110a-4103-9e77-47bfebb7fb2e"
    ],
    "album": "Legend Remixed",
    "release_id": null,
    "release_group_id": "4c52dca7-d8e2-4588-8cc9-2e84828e2162",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2013-06-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jamaica. A classic protest song from a music icon.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}