Information about plays

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

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

{
    "id": 3604053,
    "uri": "https://api.kexp.org/v2/plays/3604053/?format=api",
    "airdate": "2026-01-13T23:59:43-08:00",
    "show": 65644,
    "show_uri": "https://api.kexp.org/v2/shows/65644/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Harness Your Hopes",
    "track_id": "578146a5-2711-3152-83d0-c11be9a8d791",
    "recording_id": "5f235362-3ff5-4967-be77-4cd270e8fa58",
    "artist": "Pavement",
    "artist_ids": [
        "36bfa85f-737b-41db-a8fc-b8825850ffc3"
    ],
    "album": "Brighten the Corners: Nicene Creedence Edition",
    "release_id": "3b7c9589-d3e1-4a83-bc7b-a5b3f300840f",
    "release_group_id": "071af447-389f-360d-aced-1d0ae3e0d5ec",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2008-12-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}