Information about plays

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

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

{
    "id": 3578946,
    "uri": "https://api.kexp.org/v2/plays/3578946/?format=api",
    "airdate": "2025-11-16T11:29:20-08:00",
    "show": 65126,
    "show_uri": "https://api.kexp.org/v2/shows/65126/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Precious Little Miracles",
    "track_id": null,
    "recording_id": "4250c4cd-dd3d-427f-804b-dc971f0d5622",
    "artist": "Todd Snider",
    "artist_ids": [
        "25c13ec7-fad4-4da4-8d98-9607ff615d68"
    ],
    "album": "Agnostic Hymns & Stoner Fables",
    "release_id": null,
    "release_group_id": "eb41af37-6b45-45cf-9481-118cfe52aacc",
    "labels": [
        "Aimless Records"
    ],
    "label_ids": [
        "a590ee43-edf9-460e-a148-da7040a1311b"
    ],
    "release_date": "2012-03-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Snider’s record label, Aimless Inc. said: \n“Today, put on one of your favorite Todd Snider records and “play it loud enough to wake up all of your neighbors or at least loud enough to always wake yourself up.” We love you Todd, sail on old friend, we’ll see you again out there on the road somewhere down the line. You will always be a force of nature.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}