Information about plays

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

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

{
    "id": 3633743,
    "uri": "https://api.kexp.org/v2/plays/3633743/?format=api",
    "airdate": "2026-03-26T04:22:25-07:00",
    "show": 66281,
    "show_uri": "https://api.kexp.org/v2/shows/66281/?format=api",
    "image_uri": "https://coverartarchive.org/release/a0ede4a3-f02d-3c86-870f-e3a841866071/39832076220-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a0ede4a3-f02d-3c86-870f-e3a841866071/39832076220-250.jpg",
    "song": "Believe in Me",
    "track_id": null,
    "recording_id": "4ed58f96-cba2-4fd2-82fa-574289c96826",
    "artist": "Utah Saints",
    "artist_ids": [
        "6de1f94d-3d2e-40dd-a5e7-3170332a6a93"
    ],
    "album": "Utah Saints",
    "release_id": null,
    "release_group_id": "46be3aac-71c8-3cc3-b027-8ebaaaa3829d",
    "labels": [
        "London Records"
    ],
    "label_ids": [
        "60a0dd34-2333-4679-9050-38c21f7bc616"
    ],
    "release_date": "1992-12-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Believe in Me\" samples Sylvester and Patrick Cowley's 1982 song \"Do Ya Wanna Funk\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}