Information about plays

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

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

{
    "id": 3602079,
    "uri": "https://api.kexp.org/v2/plays/3602079/?format=api",
    "airdate": "2026-01-09T03:49:39-08:00",
    "show": 65600,
    "show_uri": "https://api.kexp.org/v2/shows/65600/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Understanding (Sexual Healing mix)",
    "track_id": null,
    "recording_id": "92be8abc-b7e7-4871-b7f1-9e56053ff06a",
    "artist": "Xscape",
    "artist_ids": [
        "cf905ea4-8e81-40d0-9cf9-7aa2af41fa3e"
    ],
    "album": "Understanding",
    "release_id": null,
    "release_group_id": "6d14faeb-afa4-4f3a-aaa9-b1cf8f58b564",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1993-12-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}