Information about plays

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

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

{
    "id": 3545496,
    "uri": "https://api.kexp.org/v2/plays/3545496/?format=api",
    "airdate": "2025-08-27T13:27:51-07:00",
    "show": 64402,
    "show_uri": "https://api.kexp.org/v2/shows/64402/?format=api",
    "image_uri": "https://ia601503.us.archive.org/6/items/mbid-d98c325b-0632-4fe2-aa1e-2ef07d18477f/mbid-d98c325b-0632-4fe2-aa1e-2ef07d18477f-7800123470_thumb500.jpg",
    "thumbnail_uri": "https://ia801503.us.archive.org/6/items/mbid-d98c325b-0632-4fe2-aa1e-2ef07d18477f/mbid-d98c325b-0632-4fe2-aa1e-2ef07d18477f-7800123470_thumb250.jpg",
    "song": "Crystal Days",
    "track_id": "63af91d4-ac54-3716-85b1-8e9f1eae3aeb",
    "recording_id": "cbd02fda-0db1-4212-b98c-db8b5bcd2809",
    "artist": "Echo & The Bunnymen",
    "artist_ids": [
        "ccd4879c-5e88-4385-b131-bf65296bf245"
    ],
    "album": "Ocean Rain",
    "release_id": "d98c325b-0632-4fe2-aa1e-2ef07d18477f",
    "release_group_id": "ecbe6d07-c2e4-37fe-9a99-8484dd7f9a20",
    "labels": [
        "Sire Records",
        "Rhino"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf",
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2004-01-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Carla in Shoreline: Hi Larry, Been listening since '94 and loving the variety. Really enjoyed the Goth show with guest DJ Coldheart this year. Maybe Sharlese can put her great goth taste to work to help decide between Crystal Days by Echo and the Bunnymen or any tune from Silent Shout by the Knife. 🖤\n--\nCarla, we picked this one!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}