Information about plays

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

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

{
    "id": 3656127,
    "uri": "https://api.kexp.org/v2/plays/3656127/?format=api",
    "airdate": "2026-05-17T20:34:56-07:00",
    "show": 66744,
    "show_uri": "https://api.kexp.org/v2/shows/66744/?format=api",
    "image_uri": "https://coverartarchive.org/release/094b6d37-fc71-4ccc-bec1-e02cfd316a73/24050592625-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/094b6d37-fc71-4ccc-bec1-e02cfd316a73/24050592625-250.jpg",
    "song": "Easier Said Than Done",
    "track_id": null,
    "recording_id": "b6c58b6f-05a2-4855-ba2d-0f26cd046efc",
    "artist": "Ronnie Foster",
    "artist_ids": [
        "626faf7d-9da5-4c90-afa5-ccebdc6316b2"
    ],
    "album": "Love Satellite",
    "release_id": null,
    "release_group_id": "e357fb6c-3081-3b55-a314-9283be87abf9",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Soul, jazz, funk & Latin keyboardist, organ player, producer, arranger, and vocalist Ronnie Foster released \"Easier Said Than Done\" on his 1978 album Love Satellite.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}