Information about plays

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

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

{
    "id": 3598838,
    "uri": "https://api.kexp.org/v2/plays/3598838/?format=api",
    "airdate": "2026-01-01T13:39:59-08:00",
    "show": 65533,
    "show_uri": "https://api.kexp.org/v2/shows/65533/?format=api",
    "image_uri": "https://coverartarchive.org/release/de961315-10db-4d97-89c5-246549a40bb3/42075903087-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/de961315-10db-4d97-89c5-246549a40bb3/42075903087-250.jpg",
    "song": "Loved By You",
    "track_id": null,
    "recording_id": "9964ed6d-a9e9-407f-870d-5b7bb3c024c5",
    "artist": "KIRBY",
    "artist_ids": [
        "696e90d0-02bf-45d5-9588-91ee9031d565"
    ],
    "album": "Loved By You",
    "release_id": null,
    "release_group_id": "e2b94c46-7701-4335-80de-87d50d289240",
    "labels": [],
    "label_ids": [],
    "release_date": "2016-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kirby Lauryen Dockery is an artist/ singer-songwriter from Southaven, Mississippi. She co-wrote this song with producer Jeff \"Gitty\" Gitelman (who plays electric guitar here).\n--\nPsst! Want to see a live performance?: https://www.youtube.com/watch?v=-IDxhjpYTkg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}