Information about plays

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

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

{
    "id": 3583949,
    "uri": "https://api.kexp.org/v2/plays/3583949/?format=api",
    "airdate": "2025-11-28T05:39:03-08:00",
    "show": 65229,
    "show_uri": "https://api.kexp.org/v2/shows/65229/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love, Don't Turn Away",
    "track_id": null,
    "recording_id": "9eb51eb6-f528-42a2-b57a-d04a4bc40151",
    "artist": "Ethel Ennis",
    "artist_ids": [
        "c298edc7-29b0-4bb9-a195-9b2130d7dcf7"
    ],
    "album": "This Is Ethel Ennis",
    "release_id": null,
    "release_group_id": "9617923b-e2aa-45b0-a268-be32ff5a079d",
    "labels": [],
    "label_ids": [],
    "release_date": "2007-11-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Birthday to Ethel Ennis on this day! Born in Baltimore in 1932 (where she was affectionately known as \"the first lady of Jazz\"), she passed away in 2019 at the age of 86.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}