Information about plays

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

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

{
    "id": 3631969,
    "uri": "https://api.kexp.org/v2/plays/3631969/?format=api",
    "airdate": "2026-03-21T14:49:31-07:00",
    "show": 66242,
    "show_uri": "https://api.kexp.org/v2/shows/66242/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This Land Is Your Land",
    "track_id": "3f8330af-7a75-3b09-8467-4308286669cd",
    "recording_id": "064cdf77-d8b7-4939-b030-7f3284c55fbb",
    "artist": "Sharon Jones and the Dap‐Kings",
    "artist_ids": [
        "8d50cd20-34f2-4abe-ba16-0759ee0fb9f5"
    ],
    "album": "Naturally",
    "release_id": "b09bd5d1-9316-4065-adca-774c52b5f297",
    "release_group_id": "e3700dc2-0ed7-3e51-ae44-7bcbb547be8f",
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [
        "6507ff0e-035a-4a24-9bbe-e07b1e2224d8"
    ],
    "release_date": "2005-01-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees: The Dap-Kings of Sharon Jones and the Dap-Kings. Leon Michels was a founding member of the band and he plays baritone sax on \"This Land is Your Land\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}