Information about plays

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

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

{
    "id": 3655928,
    "uri": "https://api.kexp.org/v2/plays/3655928/?format=api",
    "airdate": "2026-05-17T11:54:28-07:00",
    "show": 66741,
    "show_uri": "https://api.kexp.org/v2/shows/66741/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Ain’t Nothing (but a Monkey on Your Back)",
    "track_id": null,
    "recording_id": "915a27b8-48b7-4a43-bd00-8ed468523e36",
    "artist": "Johnny Nash",
    "artist_ids": [
        "0efaa6e3-3ef1-4481-bc01-aa3d5901dbdc"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Argo"
    ],
    "label_ids": [],
    "release_date": "1964-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Houston, TX singer was one of the first non-Jamaicans to record reggae music in Kingston.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}