Information about plays

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

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

{
    "id": 3548789,
    "uri": "https://api.kexp.org/v2/plays/3548789/?format=api",
    "airdate": "2025-09-04T10:05:54-07:00",
    "show": 64471,
    "show_uri": "https://api.kexp.org/v2/shows/64471/?format=api",
    "image_uri": "https://ia803108.us.archive.org/12/items/mbid-c1533e00-3b7f-47ef-ba36-85c710f8c80f/mbid-c1533e00-3b7f-47ef-ba36-85c710f8c80f-24435403618_thumb500.jpg",
    "thumbnail_uri": "https://ia903108.us.archive.org/12/items/mbid-c1533e00-3b7f-47ef-ba36-85c710f8c80f/mbid-c1533e00-3b7f-47ef-ba36-85c710f8c80f-24435403618_thumb250.jpg",
    "song": "Hey Mami",
    "track_id": "118626ef-5e5d-4328-9c3b-4584b1fe633f",
    "recording_id": "b9f83ac0-4908-49d6-9db7-16265dfad1e9",
    "artist": "Sylvan Esso",
    "artist_ids": [
        "c4593b34-2a94-4e44-ae10-4a0f4c0b4da8"
    ],
    "album": "Sylvan Esso",
    "release_id": "d6c9e48f-0298-4e6e-bd35-43d76378271e",
    "release_group_id": "3e5de694-4b69-4ad8-ad2d-81da48e0e812",
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2014-05-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's Sylvan Esso performing this tune Live on KEXP back in 2014:\nhttps://www.youtube.com/watch?v=nkC_xnerk_w",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}