Information about plays

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

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

{
    "id": 3629814,
    "uri": "https://api.kexp.org/v2/plays/3629814/?format=api",
    "airdate": "2026-03-16T16:59:27-07:00",
    "show": 66200,
    "show_uri": "https://api.kexp.org/v2/shows/66200/?format=api",
    "image_uri": "https://coverartarchive.org/release/4171c55e-1cfe-4a33-a5cb-e11a25feb85b/34287960622-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4171c55e-1cfe-4a33-a5cb-e11a25feb85b/34287960622-250.jpg",
    "song": "Renaissance",
    "track_id": null,
    "recording_id": "4d92fbd9-0b09-481a-812c-0cdaafba0dfd",
    "artist": "Lonnie Liston Smith",
    "artist_ids": [
        "b7eb7b38-7f51-45e9-b583-64303b24eabe"
    ],
    "album": "Introducing",
    "release_id": null,
    "release_group_id": "5c53bf97-c02c-3569-8686-518154f8a155",
    "labels": [
        "BMG"
    ],
    "label_ids": [
        "29d7c88f-5200-4418-a683-5c94ea032e38"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}