Information about plays

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

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

{
    "id": 3577993,
    "uri": "https://api.kexp.org/v2/plays/3577993/?format=api",
    "airdate": "2025-11-14T08:23:24-08:00",
    "show": 65105,
    "show_uri": "https://api.kexp.org/v2/shows/65105/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Quality Pints",
    "track_id": "8868b9b9-93c8-48b1-bc34-21c0d797d72e",
    "recording_id": "efeccef8-4c72-4149-b907-1d98a5cbc33f",
    "artist": "The Bug Club",
    "artist_ids": [
        "31f07dfd-df64-48dc-856e-9968059b8e35"
    ],
    "album": "On the Intricate Inner Workings of the System",
    "release_id": "10df9342-fa12-433a-a9a4-dc66f3d9a1aa",
    "release_group_id": "b8b17ee8-c7a6-489b-8b9f-b2b7ec1fc625",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2024-08-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hi John and Company!  Your first set this morning sounds so good!  I was hoping to request a song.  I’d love to hear the Bug Club’s Quality Pints.  Haven’t heard that one in a while! Thanks for all that you do!\n--Linda in Port Orchard \n--\nThe Bug Club began their live performance in the KEXP studio with \"Quality Pints.\" See that whole great session.: https://www.youtube.com/watch?v=c6G0wkPt9DY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}