Information about plays

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

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

{
    "id": 3524898,
    "uri": "https://api.kexp.org/v2/plays/3524898/?format=api",
    "airdate": "2025-07-09T21:52:33-07:00",
    "show": 63968,
    "show_uri": "https://api.kexp.org/v2/shows/63968/?format=api",
    "image_uri": "https://ia804505.us.archive.org/12/items/mbid-f2351487-dc73-4f02-8b58-a696440a6026/mbid-f2351487-dc73-4f02-8b58-a696440a6026-29588744428_thumb500.jpg",
    "thumbnail_uri": "https://ia804505.us.archive.org/12/items/mbid-f2351487-dc73-4f02-8b58-a696440a6026/mbid-f2351487-dc73-4f02-8b58-a696440a6026-29588744428_thumb250.jpg",
    "song": "Hope You're Doin' Better",
    "track_id": "631a31be-5a86-40cf-a616-4700954f180f",
    "recording_id": "bc77e3f4-76db-4830-a871-b109c331f61a",
    "artist": "Mndsgn",
    "artist_ids": [
        "275f0cb3-6390-429d-92aa-3e3d0a12d8d8"
    ],
    "album": "Rare Pleasure",
    "release_id": "f2351487-dc73-4f02-8b58-a696440a6026",
    "release_group_id": "0c65a9ea-7d36-4a15-a603-83ec04e1b8ff",
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2021-06-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tour dates this fall: \nOct 24 @ Biltmore Cabaret, Vancouver, BC\nOct 25 @ Madame Lou's, Seattle, WA\nOct 26 @ The Den, Portland, OR\nOct 28 @ The Chapel, San Francisco, CA\n--\nCheck out Mndsng's Live on KEXP at Home performance from January 2021: https://youtu.be/OuhGG3z6BeA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}