Information about plays

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

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

{
    "id": 3641643,
    "uri": "https://api.kexp.org/v2/plays/3641643/?format=api",
    "airdate": "2026-04-13T17:56:10-07:00",
    "show": 66445,
    "show_uri": "https://api.kexp.org/v2/shows/66445/?format=api",
    "image_uri": "https://coverartarchive.org/release/3485e16a-e422-45bd-83fc-87d0b29787ef/1876715280-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3485e16a-e422-45bd-83fc-87d0b29787ef/1876715280-250.jpg",
    "song": "A Song for You",
    "track_id": null,
    "recording_id": "333d90a8-96fb-4120-8bce-3b95828b4595",
    "artist": "Donny Hathaway",
    "artist_ids": [
        "3f6ae36d-ffdb-40cf-98e6-8023cb1c41c9"
    ],
    "album": "Donny Hathaway",
    "release_id": null,
    "release_group_id": "c6085b1a-4fe8-3b80-91bf-aedd6e75ce87",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally written and recorded by Leon Russell. Along with Hathaway, Aretha Franklin, The Temptations and Ray Charles also recorded popular versions of this song.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}