Information about plays

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

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

{
    "id": 3547149,
    "uri": "https://api.kexp.org/v2/plays/3547149/?format=api",
    "airdate": "2025-08-31T11:57:34-07:00",
    "show": 64436,
    "show_uri": "https://api.kexp.org/v2/shows/64436/?format=api",
    "image_uri": "https://coverartarchive.org/release/489dffde-6f75-4b40-b0be-df3091aada16/39198474696-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/489dffde-6f75-4b40-b0be-df3091aada16/39198474696-250.jpg",
    "song": "Can’t You Hear My Heartbeat",
    "track_id": null,
    "recording_id": "6effc09a-fd07-4fd4-96a1-aebeebf817cc",
    "artist": "Billy Preston",
    "artist_ids": [
        "8a7cf497-dc5c-4523-932d-3fcbc9a69d38"
    ],
    "album": "Early Hits Of 1965",
    "release_id": null,
    "release_group_id": "d9026335-e74d-4bf1-ab59-4f3b5c1d15d1",
    "labels": [
        "Vee-Jay Records"
    ],
    "label_ids": [
        "b66836a9-4b29-4f25-951e-56e005ff227f"
    ],
    "release_date": "1965-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Subtitled “A Million Dollars Worth of Music!!! Played by the Greatest Organist Ever” by the man who would also go on to be known as “the fifth Beatle.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}