Information about plays

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

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

{
    "id": 3545001,
    "uri": "https://api.kexp.org/v2/plays/3545001/?format=api",
    "airdate": "2025-08-26T09:03:20-07:00",
    "show": 64392,
    "show_uri": "https://api.kexp.org/v2/shows/64392/?format=api",
    "image_uri": "https://ia801602.us.archive.org/25/items/mbid-3f66d445-cb48-42bd-b7aa-9345f49310ac/mbid-3f66d445-cb48-42bd-b7aa-9345f49310ac-35189569838_thumb500.jpg",
    "thumbnail_uri": "https://dn721809.ca.archive.org/0/items/mbid-3f66d445-cb48-42bd-b7aa-9345f49310ac/mbid-3f66d445-cb48-42bd-b7aa-9345f49310ac-35189569838_thumb250.jpg",
    "song": "Running Away",
    "track_id": "3d433d37-818f-44bb-9219-1785e0b014bc",
    "recording_id": "5964e64a-db16-4dac-886c-1a9fab97be4a",
    "artist": "Thee Sacred Souls",
    "artist_ids": [
        "32b87bbc-2363-457a-97b4-3103a569f3a7"
    ],
    "album": "Running Away",
    "release_id": "3f66d445-cb48-42bd-b7aa-9345f49310ac",
    "release_group_id": "29358c75-a3e0-4896-82be-b890eef0a339",
    "labels": [
        "Penrose"
    ],
    "label_ids": [
        "534d5e1d-0a0a-4177-9daa-b650bff01f14"
    ],
    "release_date": "2023-03-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thee Sacred Souls are a San Diego-based retro-soul and R&B band, known for their vintage sound inspired by '60s and '70s soul music.\n\nCheck out their kexp session here.  https://www.youtube.com/watch?v=pp2bWhbJlW8\n\nhttps://theesacredsouls.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}