Information about plays

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

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

{
    "id": 3552906,
    "uri": "https://api.kexp.org/v2/plays/3552906/?format=api",
    "airdate": "2025-09-14T09:35:53-07:00",
    "show": 64560,
    "show_uri": "https://api.kexp.org/v2/shows/64560/?format=api",
    "image_uri": "https://coverartarchive.org/release/bfd2f9f6-a143-35d0-9eee-67299edf28c9/32007430209-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bfd2f9f6-a143-35d0-9eee-67299edf28c9/32007430209-250.jpg",
    "song": "Make Me Down a Pallet on Your Floor",
    "track_id": null,
    "recording_id": "39dea743-f473-4db0-a2f7-5488cea9fbec",
    "artist": "Lucinda Williams",
    "artist_ids": [
        "21685b15-3074-446e-aa1d-ff7157014f53"
    ],
    "album": "Ramblin' on My Mind",
    "release_id": null,
    "release_group_id": "890b48be-de9a-386f-ba00-7231da6c0364",
    "labels": [
        "Smithsonian Folkways"
    ],
    "label_ids": [
        "a1bc50b9-4ef5-409d-9042-594d653f425a"
    ],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "William’s debut featured her interpretations of traditional songs and was recorded in Mississippi.\nhttps://lucindawilliams.bandcamp.com/album/ramblin-on-my-mind\n\nPlaying SF’s Golden Gate Park 10/3 and Seattle’s 5th Avenue Theatre 10/8.\n\nPlaying 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"
}