Information about plays

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

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

{
    "id": 3605096,
    "uri": "https://api.kexp.org/v2/plays/3605096/?format=api",
    "airdate": "2026-01-16T12:52:10-08:00",
    "show": 65665,
    "show_uri": "https://api.kexp.org/v2/shows/65665/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stop Whispering",
    "track_id": "8c9507d0-3be3-3703-84eb-53da60f20fc7",
    "recording_id": "e4e67aad-31f7-49cd-a3d4-65c4f7fbe66e",
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "Pablo Honey",
    "release_id": "241499cc-ab40-40c6-8847-fdecf293857a",
    "release_group_id": "cd76f76b-ff15-3784-a71d-4da3078a6851",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1993-04-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Radiohead debuted with Pablo Honey in 1993. This track was the album's third single, following \"Creep\" and \"Anyone Can Play Guitar.\" Though Pablo Honey has been overshadowed by Radiohead's subsequent releases, \"Creep\" remains their most successful single.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}