Information about plays

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

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

{
    "id": 3583562,
    "uri": "https://api.kexp.org/v2/plays/3583562/?format=api",
    "airdate": "2025-11-27T07:01:05-08:00",
    "show": 65222,
    "show_uri": "https://api.kexp.org/v2/shows/65222/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Be Thankful for What You've Got",
    "track_id": "297e561f-58dd-3353-9bf7-e8d5ade681b5",
    "recording_id": "44bda0c6-7d93-4000-9b7f-b2b5a4025ad4",
    "artist": "Massive Attack",
    "artist_ids": [
        "10adbe5e-a2c0-4bf3-8249-2b4cbf6e6ca8"
    ],
    "album": "Blue Lines",
    "release_id": "96315bf8-39c0-4d70-9c00-eb142577dcfb",
    "release_group_id": "8b6f133a-2fdf-3cc2-b84d-1c889adc0939",
    "labels": [
        "Virgin Records America, Inc."
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "1991-08-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Thanksgiving!\n\nThe DeVaughn classic has been sampled or covered multiple times, including by Arthur Lee & Love, Winston Curtis, De La Soul, Donovan Carless, and N.W.A.: https://thevinylfactory.com/features/one-track-three-ways-william-devaughns-be-thankful-for-what-you-got/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}