Information about plays

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

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

{
    "id": 3653188,
    "uri": "https://api.kexp.org/v2/plays/3653188/?format=api",
    "airdate": "2026-05-10T20:53:52-07:00",
    "show": 66684,
    "show_uri": "https://api.kexp.org/v2/shows/66684/?format=api",
    "image_uri": "https://coverartarchive.org/release/9041f9d1-b74a-4910-b3cd-e0415f954c42/25666892784-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9041f9d1-b74a-4910-b3cd-e0415f954c42/25666892784-250.jpg",
    "song": "(Assistant’s Ray) When You’re Hot, You’re Hot",
    "track_id": null,
    "recording_id": null,
    "artist": "Mother Freedom Band",
    "artist_ids": [
        "1644e537-9c73-4e5a-8cb5-9d14a1b6f0c0"
    ],
    "album": "Cutting the Chord",
    "release_id": null,
    "release_group_id": "7f4a9c90-c05d-4fc8-a630-a2d807890598",
    "labels": [
        "All Platinum"
    ],
    "label_ids": [
        "887fc9fb-b3f2-49c9-87b1-33096b6caf1c"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mother Freedom Band released \"Assistants Ray (When You're Hot, You're Hot)\" on their 1977 album Cutting the Chord.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}