Information about plays

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

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

{
    "id": 3578143,
    "uri": "https://api.kexp.org/v2/plays/3578143/?format=api",
    "airdate": "2025-11-14T16:47:54-08:00",
    "show": 65108,
    "show_uri": "https://api.kexp.org/v2/shows/65108/?format=api",
    "image_uri": "https://dn710706.ca.archive.org/0/items/mbid-6729f897-ae1d-4b3e-b996-7af553432862/mbid-6729f897-ae1d-4b3e-b996-7af553432862-16600455396_thumb500.jpg",
    "thumbnail_uri": "https://ia601401.us.archive.org/25/items/mbid-6729f897-ae1d-4b3e-b996-7af553432862/mbid-6729f897-ae1d-4b3e-b996-7af553432862-16600455396_thumb250.jpg",
    "song": "I Wanna Holler (But the Town's Too Small)",
    "track_id": "c08bc30c-f6a8-3c5a-b163-2b2f60799b33",
    "recording_id": "823a7145-43a1-4c37-8ee0-63d1c261cc3f",
    "artist": "The Detroit Cobras",
    "artist_ids": [
        "9b8d6e11-05a4-4688-9d96-ad746bfedc41"
    ],
    "album": "Baby",
    "release_id": "6729f897-ae1d-4b3e-b996-7af553432862",
    "release_group_id": "db8d676a-1013-3487-a99e-69496426654c",
    "labels": [
        "Bloodshot Records"
    ],
    "label_ids": [
        "c1a4129a-95dd-4e8c-b42e-7cd9fc3c208b"
    ],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song by the legendary Michigan garage rockers is a cover of the 1987 song by Gary U.S. Bonds, written by Patricia Matthews and Frank Guida. \nHere's that original: https://www.youtube.com/watch?v=m_vE0n9XN6k",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}