Information about plays

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

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

{
    "id": 3599552,
    "uri": "https://api.kexp.org/v2/plays/3599552/?format=api",
    "airdate": "2026-01-03T05:49:28-08:00",
    "show": 65548,
    "show_uri": "https://api.kexp.org/v2/shows/65548/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The High Road",
    "track_id": "ad821de3-c93c-3bc1-a7fd-7951f5c37419",
    "recording_id": "bd1599ab-10e4-4e40-9329-33d939af70fb",
    "artist": "Broken Bells",
    "artist_ids": [
        "62d364d2-550b-420e-b918-b3bd1e4a2efc"
    ],
    "album": "Broken Bells",
    "release_id": "a5e284a3-edae-3d76-82f2-32a7b1ff1ba1",
    "release_group_id": "56adea3a-ef22-47c0-a55a-50177092e30f",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2010-03-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}