Information about plays

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

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

{
    "id": 3634291,
    "uri": "https://api.kexp.org/v2/plays/3634291/?format=api",
    "airdate": "2026-03-27T14:36:21-07:00",
    "show": 66293,
    "show_uri": "https://api.kexp.org/v2/shows/66293/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Takeover",
    "track_id": null,
    "recording_id": "59937935-2f26-4cb8-8205-2d3cdd22ed26",
    "artist": "Jay‐Z",
    "artist_ids": [
        "f82bcf78-5b69-4622-a5ef-73800768d9ac"
    ],
    "album": "The Blueprint",
    "release_id": null,
    "release_group_id": "11ae8c9c-27c1-3308-9761-edb87c8f54ea",
    "labels": [
        "Roc‐A‐Fella Records"
    ],
    "label_ids": [
        "4cccc72a-0bd0-433a-905e-dad87871397d"
    ],
    "release_date": "2001-09-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.highsnobiety.com/p/nas-jay-z-beef/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}