Information about plays

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

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

{
    "id": 3548421,
    "uri": "https://api.kexp.org/v2/plays/3548421/?format=api",
    "airdate": "2025-09-03T13:08:09-07:00",
    "show": 64464,
    "show_uri": "https://api.kexp.org/v2/shows/64464/?format=api",
    "image_uri": "https://ia800609.us.archive.org/14/items/mbid-d2715e1b-00d0-4c51-8caa-f8ba2a18151e/mbid-d2715e1b-00d0-4c51-8caa-f8ba2a18151e-41313601041_thumb500.jpg",
    "thumbnail_uri": "https://ia800609.us.archive.org/14/items/mbid-d2715e1b-00d0-4c51-8caa-f8ba2a18151e/mbid-d2715e1b-00d0-4c51-8caa-f8ba2a18151e-41313601041_thumb250.jpg",
    "song": "With a Grain",
    "track_id": "91cfa816-0035-4da1-b975-5916fe1b3a3d",
    "recording_id": "d7e7d9d5-21fa-4f7e-81e3-2a78dcd7f475",
    "artist": "Yves Jarvis",
    "artist_ids": [
        "314b393d-5eac-4cd4-ad87-484fe626750b"
    ],
    "album": "All Cylinders",
    "release_id": "d2715e1b-00d0-4c51-8caa-f8ba2a18151e",
    "release_group_id": "d133df0c-3e92-443d-ba69-00ae4d1a6a6e",
    "labels": [
        "In Real Life"
    ],
    "label_ids": [
        "39a43c68-ae4e-44ec-aa35-57de55f5ea52"
    ],
    "release_date": "2025-02-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch a live performance for KEXP listeners in 2021: https://www.youtube.com/watch?v=bEkC-ew9G5o",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}