Information about plays

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

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

{
    "id": 3583431,
    "uri": "https://api.kexp.org/v2/plays/3583431/?format=api",
    "airdate": "2025-11-26T23:47:37-08:00",
    "show": 65219,
    "show_uri": "https://api.kexp.org/v2/shows/65219/?format=api",
    "image_uri": "https://coverartarchive.org/release/fce6ff75-6f7c-4198-b3a8-22e1da929277/15047648848-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fce6ff75-6f7c-4198-b3a8-22e1da929277/15047648848-250.jpg",
    "song": "Wake Me When It’s Over",
    "track_id": null,
    "recording_id": "479ec725-bd38-4366-b991-67253b7c5a7c",
    "artist": "Willie Nelson",
    "artist_ids": [
        "668fd73c-bf54-4310-a139-305517f05311"
    ],
    "album": "The Willie Way",
    "release_id": null,
    "release_group_id": "ba7c66a3-5450-448a-9edc-22fd3ef57468",
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}