Information about plays

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

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

{
    "id": 3605378,
    "uri": "https://api.kexp.org/v2/plays/3605378/?format=api",
    "airdate": "2026-01-17T05:51:36-08:00",
    "show": 65671,
    "show_uri": "https://api.kexp.org/v2/shows/65671/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Why Should I Love You?",
    "track_id": "0fcc0e75-5142-4542-8b04-f3d13af7c30c",
    "recording_id": "b8c3c4dd-c135-4621-bf73-0527ee25f58c",
    "artist": "Kate Bush",
    "artist_ids": [
        "4b585938-f271-45e2-b19a-91c634b5e396"
    ],
    "album": "The Red Shoes",
    "release_id": "54dc05e2-54de-4a6e-979a-b3c1cfe7dad9",
    "release_group_id": "de560c24-95c1-3b5b-b76f-0a0730b18134",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}