Information about plays

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

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

{
    "id": 3545632,
    "uri": "https://api.kexp.org/v2/plays/3545632/?format=api",
    "airdate": "2025-08-27T22:08:59-07:00",
    "show": 64405,
    "show_uri": "https://api.kexp.org/v2/shows/64405/?format=api",
    "image_uri": "https://ia903402.us.archive.org/10/items/mbid-dd854034-5301-4f34-916f-fe5b4aeab59e/mbid-dd854034-5301-4f34-916f-fe5b4aeab59e-40994848448_thumb500.jpg",
    "thumbnail_uri": "https://ia803402.us.archive.org/10/items/mbid-dd854034-5301-4f34-916f-fe5b4aeab59e/mbid-dd854034-5301-4f34-916f-fe5b4aeab59e-40994848448_thumb250.jpg",
    "song": "What’s Going On?",
    "track_id": "af0597c1-b416-4594-ab4a-67e4670b1449",
    "recording_id": "08bc62f7-57df-4976-a82d-43fb2a072dba",
    "artist": "Lonnie Holley feat. Isaac Brock",
    "artist_ids": [
        "071d3d16-8ed7-4e06-be96-2c52defcf434",
        "483ccc8e-d789-46db-a88a-3a0ad4b6fae3"
    ],
    "album": "Tonky",
    "release_id": "dd854034-5301-4f34-916f-fe5b4aeab59e",
    "release_group_id": "1bd0ee23-92da-412d-89a1-90a40d55664e",
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2025-03-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://lonnieholley.bandcamp.com/album/tonky",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}