Information about plays

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

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

{
    "id": 3580370,
    "uri": "https://api.kexp.org/v2/plays/3580370/?format=api",
    "airdate": "2025-11-19T20:44:18-08:00",
    "show": 65156,
    "show_uri": "https://api.kexp.org/v2/shows/65156/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Easier",
    "track_id": null,
    "recording_id": "89628fd5-1afa-4bca-aa4f-7405d304c824",
    "artist": "Jonathan Rado",
    "artist_ids": [
        "d79769ad-1368-48a5-8fce-ff097b5e3e64"
    ],
    "album": "For Who The Bell Tolls For",
    "release_id": null,
    "release_group_id": "c6fbc783-d50c-4f68-acee-42bfbff8301f",
    "labels": [
        "Western Vinyl"
    ],
    "label_ids": [],
    "release_date": "2023-12-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rado came up with this album while dealing with the loss of two dear friends; he felt the best way to tribute was to do an album that is \"For Who The Bell Tolls For is more irreverent and sly.\" https://jonathanrado.bandcamp.com/album/for-who-the-bell-tolls-for",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}