Information about plays

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

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

{
    "id": 3633648,
    "uri": "https://api.kexp.org/v2/plays/3633648/?format=api",
    "airdate": "2026-03-25T22:37:53-07:00",
    "show": 66280,
    "show_uri": "https://api.kexp.org/v2/shows/66280/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It Ain’t Easy",
    "track_id": null,
    "recording_id": "75d89380-2933-4545-83c6-e07a137236b9",
    "artist": "Ron Davies",
    "artist_ids": [
        "f213b312-92d8-4180-8483-02f26063cba5"
    ],
    "album": "U.F.O.",
    "release_id": null,
    "release_group_id": "03ea57e0-f89f-4827-b5c8-8f1741260ccd",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ron Davies wrote and recorded this tune first for his debut 'Silent Song Through The Land' from 1970. This version features Billy Preston on organ.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}