Information about plays

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

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

{
    "id": 3608917,
    "uri": "https://api.kexp.org/v2/plays/3608917/?format=api",
    "airdate": "2026-01-25T10:02:30-08:00",
    "show": 65751,
    "show_uri": "https://api.kexp.org/v2/shows/65751/?format=api",
    "image_uri": "https://coverartarchive.org/release/939d87a1-bb3a-45db-b306-079daa85337b/8710532683-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/939d87a1-bb3a-45db-b306-079daa85337b/8710532683-250.jpg",
    "song": "Lafayette",
    "track_id": null,
    "recording_id": "e9ae411d-8e33-4513-a4f0-f659514e36b1",
    "artist": "Lucinda Williams",
    "artist_ids": [
        "21685b15-3074-446e-aa1d-ff7157014f53"
    ],
    "album": "Happy Woman Blues",
    "release_id": null,
    "release_group_id": "9cf7a5e0-e479-3805-8d0e-c2d49cd55dcd",
    "labels": [
        "Folkways Records"
    ],
    "label_ids": [
        "4c119b4a-d398-454a-be5d-96b7aac653bc"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Louisiana native sings about the unofficial capital of Cajun Country.\nhttps://lucindawilliams.bandcamp.com/album/happy-woman-blues\n\nLucinda Williams playing some of her other songs live on Kexp in 2015 here: https://www.youtube.com/watch?v=LSyI1nZsSi4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}