Information about plays

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

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

{
    "id": 3635670,
    "uri": "https://api.kexp.org/v2/plays/3635670/?format=api",
    "airdate": "2026-03-30T18:07:18-07:00",
    "show": 66323,
    "show_uri": "https://api.kexp.org/v2/shows/66323/?format=api",
    "image_uri": "https://coverartarchive.org/release/bdcd94ca-f8a3-4d8b-bdc6-8e0f4bb5a9fb/42262177423-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bdcd94ca-f8a3-4d8b-bdc6-8e0f4bb5a9fb/42262177423-250.jpg",
    "song": "Within You Without You",
    "track_id": null,
    "recording_id": "c9cbb85d-82f2-46e0-bf21-0fa597994883",
    "artist": "Beatles",
    "artist_ids": [
        "b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"
    ],
    "album": "Sgt: Peppers Lonely Hearts Club Band",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1967-05-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}