Information about plays

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

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

{
    "id": 3614839,
    "uri": "https://api.kexp.org/v2/plays/3614839/?format=api",
    "airdate": "2026-02-08T11:15:11-08:00",
    "show": 65878,
    "show_uri": "https://api.kexp.org/v2/shows/65878/?format=api",
    "image_uri": "https://coverartarchive.org/release/dbb6a8de-e0ef-424e-9dac-66edc52df202/38565762547-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dbb6a8de-e0ef-424e-9dac-66edc52df202/38565762547-250.jpg",
    "song": "Handa Wanda",
    "track_id": null,
    "recording_id": "71e03968-b960-43f3-9f49-4eb1018d3116",
    "artist": "The Wild Magnolias",
    "artist_ids": [
        "db0a8f0a-ddb4-4fd3-908a-ae28045f7ed4"
    ],
    "album": "The Wild Magnolias",
    "release_id": null,
    "release_group_id": "7f2713ab-305f-3818-aa64-44e3c765ee8d",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bo Dollis Jr. went from being the son and namesake of the Big Chief to becoming Chief himself. He started dressing up in Mardi Gras Indian suits when he was 8 years old, including a purse given to him by his grandfather, saxophonist Harold Dejan. The Wild Magnolias were the first tribe to record their music.\nhttps://www.nola.com/music/2016/10/bo_dollis_jr_new_orleans_music.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}