Information about plays

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

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

{
    "id": 3628231,
    "uri": "https://api.kexp.org/v2/plays/3628231/?format=api",
    "airdate": "2026-03-12T23:28:06-07:00",
    "show": 66165,
    "show_uri": "https://api.kexp.org/v2/shows/66165/?format=api",
    "image_uri": "https://coverartarchive.org/release/ba745889-f580-486c-a99b-92686b879cd3/35434673003-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ba745889-f580-486c-a99b-92686b879cd3/35434673003-250.jpg",
    "song": "All For The Cash",
    "track_id": null,
    "recording_id": "bd6260c7-15a5-4fd2-bc8f-e176f40a8aa1",
    "artist": "Bacao Rhythm & Steel Band",
    "artist_ids": [
        "7247ef92-6c65-484d-9cf1-a737382a4721"
    ],
    "album": "Great To Be Here b/w All For The Cash",
    "release_id": null,
    "release_group_id": "6ee1b015-a42c-4cfe-9b5d-95609e7309b0",
    "labels": [
        "Big Crown Records"
    ],
    "label_ids": [
        "d730a8be-1452-4c0d-9262-cf4f25f45120"
    ],
    "release_date": "2019-05-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}