Information about plays

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

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

{
    "id": 3614875,
    "uri": "https://api.kexp.org/v2/plays/3614875/?format=api",
    "airdate": "2026-02-08T13:24:07-08:00",
    "show": 65879,
    "show_uri": "https://api.kexp.org/v2/shows/65879/?format=api",
    "image_uri": "https://dn710208.ca.archive.org/0/items/mbid-e115ac8f-c3e2-40e7-9399-bda10a3bf61b/mbid-e115ac8f-c3e2-40e7-9399-bda10a3bf61b-39953955466_thumb500.jpg",
    "thumbnail_uri": "https://dn710208.ca.archive.org/0/items/mbid-e115ac8f-c3e2-40e7-9399-bda10a3bf61b/mbid-e115ac8f-c3e2-40e7-9399-bda10a3bf61b-39953955466_thumb250.jpg",
    "song": "Una velita",
    "track_id": "0cd0a9a9-f2c3-4770-b42c-06f3555c9d30",
    "recording_id": "817cc205-c39e-40be-8092-380567d4002c",
    "artist": "Bad Bunny",
    "artist_ids": [
        "89aa5ecb-59ad-46f5-b3eb-2d424e941f19"
    ],
    "album": "Una velita",
    "release_id": "e115ac8f-c3e2-40e7-9399-bda10a3bf61b",
    "release_group_id": "20ac0c25-76f8-4a8f-a7ce-29e8c50a2ab6",
    "labels": [
        "Rimas"
    ],
    "label_ids": [
        "8a32886d-9da4-4b37-8c06-02eafb78fee5"
    ],
    "release_date": "2024-09-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Una Velita\" (\"A Little Candle\") is a reflection on the impact of Hurricane Maria on Puerto Rico. Released on September 19, 2024, the song critiques the government's failure to adequately respond to the disaster, highlighting the ongoing struggles faced by the Puerto Rican people.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}