Information about plays

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

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

{
    "id": 3575046,
    "uri": "https://api.kexp.org/v2/plays/3575046/?format=api",
    "airdate": "2025-11-07T08:10:51-08:00",
    "show": 65044,
    "show_uri": "https://api.kexp.org/v2/shows/65044/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Smile Thru the Pain",
    "track_id": "4d4774a4-f6ca-4089-8716-feb1b8646c57",
    "recording_id": "b9e27842-5213-474c-97b6-b306aaa458b4",
    "artist": "Snoozer",
    "artist_ids": [
        "3eb47e3c-4ee2-4aa1-b87c-b8b15df68c65"
    ],
    "album": "Little Giants",
    "release_id": "c23a316d-3bf1-4646-8d2d-bcc2c7a68a55",
    "release_group_id": "70cb293f-c0c4-4ae0-827c-f545fb0775d1",
    "labels": [
        "Born Losers Records"
    ],
    "label_ids": [
        "d7fa0dd1-27a9-4252-b07e-56df1300ca99"
    ],
    "release_date": "2025-10-31",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Snoozer is an alternative rock band from Delaware County, Pennsylvania, formed in 2007 by brothers Mike and Tom Kelly.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}