Information about plays

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

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

{
    "id": 3561267,
    "uri": "https://api.kexp.org/v2/plays/3561267/?format=api",
    "airdate": "2025-10-04T16:00:38-07:00",
    "show": 64745,
    "show_uri": "https://api.kexp.org/v2/shows/64745/?format=api",
    "image_uri": "https://coverartarchive.org/release/ebd867bc-b3aa-4929-865d-5be537cc71f6/30522626826-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ebd867bc-b3aa-4929-865d-5be537cc71f6/30522626826-250.jpg",
    "song": "White Horses",
    "track_id": null,
    "recording_id": "da8fe1c6-54f2-4177-828c-fe6f2ebe38c1",
    "artist": "Low",
    "artist_ids": [
        "42faad37-8aaa-42e4-a300-5a7dae79ed24"
    ],
    "album": "HEY WHAT",
    "release_id": null,
    "release_group_id": "b835ce22-736e-4338-8a88-f558daa84d60",
    "labels": [],
    "label_ids": [],
    "release_date": "2021-09-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#703 Low - HEY WHAT",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}