Information about plays

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

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

{
    "id": 3637142,
    "uri": "https://api.kexp.org/v2/plays/3637142/?format=api",
    "airdate": "2026-04-03T04:45:12-07:00",
    "show": 66350,
    "show_uri": "https://api.kexp.org/v2/shows/66350/?format=api",
    "image_uri": "https://coverartarchive.org/release/4a32ebc1-02eb-47b0-9ab6-25cd5d369c2e/11692407046-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4a32ebc1-02eb-47b0-9ab6-25cd5d369c2e/11692407046-250.jpg",
    "song": "Total Eclipse of the Heart",
    "track_id": null,
    "recording_id": "f6df840a-4cd5-4551-bddc-2222225ad03d",
    "artist": "The Dan Band",
    "artist_ids": [
        "67ed4dc5-143d-4e34-b83b-0932cacfe09a"
    ],
    "album": "The Wedding Album",
    "release_id": null,
    "release_group_id": "045b060c-951e-4180-8240-4a742cfccead",
    "labels": [
        "Comedy Dynamics"
    ],
    "label_ids": [
        "df304ff7-be59-4ff7-be45-c271c818ac71"
    ],
    "release_date": "2015-07-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}