Information about plays

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

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

{
    "id": 3598737,
    "uri": "https://api.kexp.org/v2/plays/3598737/?format=api",
    "airdate": "2026-01-01T07:46:44-08:00",
    "show": 65531,
    "show_uri": "https://api.kexp.org/v2/shows/65531/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "New Year’s Resolution",
    "track_id": null,
    "recording_id": "f6df70fe-0936-4edc-bcc5-8d6b45379c15",
    "artist": "Donovan",
    "artist_ids": [
        "72d7d717-0837-4f2a-9641-d0f9fdd3acf7"
    ],
    "album": "Open Road",
    "release_id": null,
    "release_group_id": "89e0b39c-3152-3665-8653-5c72029901e0",
    "labels": [],
    "label_ids": [],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 2026! \"Do what you've never done before See what you've never seen Feel what you've never felt before Go where you've never been Sing what you've never sung before Say what you've never said Bear what you've never borne before Hear what you've never heard.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}