Information about plays

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

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

{
    "id": 3595235,
    "uri": "https://api.kexp.org/v2/plays/3595235/?format=api",
    "airdate": "2025-12-24T06:20:39-08:00",
    "show": 65462,
    "show_uri": "https://api.kexp.org/v2/shows/65462/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Last Snowstorm of the Year",
    "track_id": "ba7f1e88-8155-3c75-8350-9872306c2f4d",
    "recording_id": "c93a6df0-057f-45b3-9388-3350e05d8639",
    "artist": "Low",
    "artist_ids": [
        "42faad37-8aaa-42e4-a300-5a7dae79ed24"
    ],
    "album": "Trust",
    "release_id": "0cd8b400-95e2-4be5-af82-dcf40540cdfa",
    "release_group_id": "373f9395-2485-340c-986a-91b2f569b623",
    "labels": [
        "kranky"
    ],
    "label_ids": [
        "4536e738-6350-4cae-af70-79d56d106c45"
    ],
    "release_date": "2002-10-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://lowtheband.bandcamp.com/track/last-snowstorm-of-the-year",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}