Information about plays

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

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

{
    "id": 3616765,
    "uri": "https://api.kexp.org/v2/plays/3616765/?format=api",
    "airdate": "2026-02-13T00:08:25-08:00",
    "show": 65917,
    "show_uri": "https://api.kexp.org/v2/shows/65917/?format=api",
    "image_uri": "https://coverartarchive.org/release/5018bb36-54b2-44bb-b2f7-9aad93248b5c/41721479732-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5018bb36-54b2-44bb-b2f7-9aad93248b5c/41721479732-250.jpg",
    "song": "Don’t Wanna Wait",
    "track_id": null,
    "recording_id": "952094dc-f564-45b6-a537-76bb7fecf584",
    "artist": "The Main Squeeze",
    "artist_ids": [
        "b2d9209c-be05-49ab-8ccc-a89bfe48f5f2"
    ],
    "album": "Panorama",
    "release_id": null,
    "release_group_id": "1fd2639e-a45a-4b82-bb9a-e7add71485a7",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-01-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}