Information about plays

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

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

{
    "id": 3603523,
    "uri": "https://api.kexp.org/v2/plays/3603523/?format=api",
    "airdate": "2026-01-12T17:36:20-08:00",
    "show": 65634,
    "show_uri": "https://api.kexp.org/v2/shows/65634/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Days Between - live",
    "track_id": null,
    "recording_id": null,
    "artist": "Bob Weir",
    "artist_ids": [
        "c8a63580-9e6b-4852-bf93-c09760035e76"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Left on shelves collecting dust\nNot knowing what they mean\nValentines of flesh and blood\nSoft as velvet cheeks\nHoping love would not forsake\nThe days that lie between\nLie between",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}