Information about plays

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

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

{
    "id": 3543681,
    "uri": "https://api.kexp.org/v2/plays/3543681/?format=api",
    "airdate": "2025-08-23T09:49:01-07:00",
    "show": 64366,
    "show_uri": "https://api.kexp.org/v2/shows/64366/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lowe Mi",
    "track_id": "2b445b86-26fb-498a-b9c7-b372a92d7c93",
    "recording_id": "61896622-3c49-4e19-9a89-f067758bfc58",
    "artist": "Sevana",
    "artist_ids": [
        "a70c1bbb-3ed6-43dd-9065-69bdba76c8bd"
    ],
    "album": "Lowe Mi",
    "release_id": "8277234b-1291-4f8b-8438-b9eaa5873382",
    "release_group_id": "669e6dbd-510f-4de2-974b-e6277dffedfe",
    "labels": [
        "GoodHzMusic"
    ],
    "label_ids": [
        "b3462617-5b7b-4ff7-9a06-835d07a51fa8"
    ],
    "release_date": "2022-06-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Produced by Pantha. Sevana pulls inspiration from the grassy clearings, lush countryside and azure skies of her Jamaican homeland.\n\nhttps://youtu.be/GAd3JQ1V-10\n\nIn 2020, Sevana shared a set of songs recorded exclusively for KEXP at Home:\nhttps://youtu.be/tI0bXkY1Sk8\n\nIG: @callmesevana",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}