Information about plays

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

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

{
    "id": 3610238,
    "uri": "https://api.kexp.org/v2/plays/3610238/?format=api",
    "airdate": "2026-01-28T14:54:39-08:00",
    "show": 65778,
    "show_uri": "https://api.kexp.org/v2/shows/65778/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Paper Route",
    "track_id": "b3cdf8e0-cf59-45a6-91c2-46d43c8e1d1a",
    "recording_id": "d925554c-4a7f-4c65-a809-36c043f70a02",
    "artist": "Grynch feat. Sir Mix‐A‐Lot",
    "artist_ids": [
        "05539fb8-b7a5-4012-97a9-5e27ddc031fb",
        "ad787a7f-1994-476b-82a2-cba1036e732f"
    ],
    "album": "Born in '86",
    "release_id": "d18a5d6a-0c0d-498e-a8a6-a21e741023ca",
    "release_group_id": "e093845b-4fa6-49a8-8f34-15cde0e52440",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2022-08-19",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Grynch (real name John Overlie) is a rapper based in Seattle, Washington. This song was chosen by KEXP as a free, downloadable Song of the Day: https://www.kexp.org/podcasts/song-of-the-day/2022/10/28/grynch-paper-route-feat-sir-mixalot/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}