Information about plays

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

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

{
    "id": 3641185,
    "uri": "https://api.kexp.org/v2/plays/3641185/?format=api",
    "airdate": "2026-04-12T12:40:24-07:00",
    "show": 66434,
    "show_uri": "https://api.kexp.org/v2/shows/66434/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Every Knee Shall Bow",
    "track_id": null,
    "recording_id": null,
    "artist": "Johnny Clarke",
    "artist_ids": [
        "3c79e3ff-f41b-45d8-af26-40151798056b"
    ],
    "album": "Originally Mr. Clarke",
    "release_id": null,
    "release_group_id": "aaf98adb-2f29-4b3d-b0eb-16f7d9d447bf",
    "labels": [
        "Abraham/Clock"
    ],
    "label_ids": [],
    "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"
}