Information about plays

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

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

{
    "id": 3569292,
    "uri": "https://api.kexp.org/v2/plays/3569292/?format=api",
    "airdate": "2025-10-24T08:58:58-07:00",
    "show": 64918,
    "show_uri": "https://api.kexp.org/v2/shows/64918/?format=api",
    "image_uri": "https://coverartarchive.org/release/d1795a32-5eb1-407d-b8d7-18b438a74403/39405833836-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d1795a32-5eb1-407d-b8d7-18b438a74403/39405833836-250.jpg",
    "song": "Best of My Love",
    "track_id": null,
    "recording_id": "efc9f822-4b5d-4da4-9090-817c573c0929",
    "artist": "The Emotions",
    "artist_ids": [
        "6ff13427-08ff-4da2-bee8-892e1fa22d3c"
    ],
    "album": "Best of My Love",
    "release_id": null,
    "release_group_id": "06b788d1-0f50-4205-8b75-b5a9581e65fc",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1977-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you know that this 1977 song was written by Al McKay and Maurice White of Earth, Wind & Fire?  It has been sampled almost 70 times.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}