Information about plays

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

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

{
    "id": 3545523,
    "uri": "https://api.kexp.org/v2/plays/3545523/?format=api",
    "airdate": "2025-08-27T14:52:49-07:00",
    "show": 64402,
    "show_uri": "https://api.kexp.org/v2/shows/64402/?format=api",
    "image_uri": "https://ia800109.us.archive.org/13/items/mbid-3156d06a-b783-4eea-a336-89b8a4513872/mbid-3156d06a-b783-4eea-a336-89b8a4513872-4515611355_thumb500.jpg",
    "thumbnail_uri": "https://ia600109.us.archive.org/13/items/mbid-3156d06a-b783-4eea-a336-89b8a4513872/mbid-3156d06a-b783-4eea-a336-89b8a4513872-4515611355_thumb250.jpg",
    "song": "Mountain Song",
    "track_id": "a1b2dd7d-13d5-330b-a2ff-54d18108d6e6",
    "recording_id": "3e595273-9f3c-4e00-bc58-034575913e29",
    "artist": "Jane’s Addiction",
    "artist_ids": [
        "e3434cc7-d348-491a-9dc8-325af3d9086d"
    ],
    "album": "Nothing’s Shocking",
    "release_id": "3156d06a-b783-4eea-a336-89b8a4513872",
    "release_group_id": "97b7e291-8714-3e54-ac24-480be535ee8d",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Tommy:\n Can you play coming down the mountain by Jane's Addiction for me and my friends from the summit at Snoqualmie? We are headed to Seattle to attend a Mariners game for an employee event.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}