Information about plays

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

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

{
    "id": 3628308,
    "uri": "https://api.kexp.org/v2/plays/3628308/?format=api",
    "airdate": "2026-03-13T04:48:55-07:00",
    "show": 66166,
    "show_uri": "https://api.kexp.org/v2/shows/66166/?format=api",
    "image_uri": "https://coverartarchive.org/release/c1aea3ab-33a3-4304-8f9b-1e655797e825/27590960305-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c1aea3ab-33a3-4304-8f9b-1e655797e825/27590960305-250.jpg",
    "song": "Tax Payin’ Blues",
    "track_id": null,
    "recording_id": "81369ebb-af02-41bf-98ba-e8c1623bd409",
    "artist": "J.B. Lenoir",
    "artist_ids": [
        "29b9edaa-058f-489a-b54a-73cc3627661c"
    ],
    "album": "Down in Mississippi",
    "release_id": null,
    "release_group_id": "708b5e7b-6e44-49c1-95fb-4732df2c36af",
    "labels": [
        "L+R Records"
    ],
    "label_ids": [
        "9c5121d1-74e2-4168-a181-18667c4f262a"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}