Information about plays

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

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

{
    "id": 3598684,
    "uri": "https://api.kexp.org/v2/plays/3598684/?format=api",
    "airdate": "2026-01-01T04:31:17-08:00",
    "show": 65529,
    "show_uri": "https://api.kexp.org/v2/shows/65529/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "U Don't Have to Call",
    "track_id": null,
    "recording_id": "8e8394e3-83f0-4970-b5f0-ef62c53fffce",
    "artist": "Usher",
    "artist_ids": [
        "3414d446-735a-443c-931f-10634f57e5b9"
    ],
    "album": "8701",
    "release_id": null,
    "release_group_id": "c4fbd5f0-f8f4-3353-9ba6-a6ad16e810f7",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "2001-07-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}