Information about plays

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

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

{
    "id": 3598959,
    "uri": "https://api.kexp.org/v2/plays/3598959/?format=api",
    "airdate": "2026-01-01T20:40:57-08:00",
    "show": 65535,
    "show_uri": "https://api.kexp.org/v2/shows/65535/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bizarre Love Triangle",
    "track_id": null,
    "recording_id": "d67b4468-c0dc-4b90-b05a-77617bc52b90",
    "artist": "Jake Shimabukuro",
    "artist_ids": [
        "f6c6ff48-5198-47dc-a7c5-fd733dc379a2"
    ],
    "album": "The Greatest Day",
    "release_id": null,
    "release_group_id": "d742287b-347e-449f-a9ac-d13a59ed2e63",
    "labels": [
        "JS Records"
    ],
    "label_ids": [
        "1571cc98-7f31-48d0-ac18-33b750345afa"
    ],
    "release_date": "2018-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jake Shimabukuro is a ukulele player and composer from Hawaii known for his fast and complex finger work. His music combines elements of jazz, blues, funk, rock, bluegrass, classical, folk, and flamenco.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}