Information about plays

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

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

{
    "id": 3619817,
    "uri": "https://api.kexp.org/v2/plays/3619817/?format=api",
    "airdate": "2026-02-20T06:49:32-08:00",
    "show": 65980,
    "show_uri": "https://api.kexp.org/v2/shows/65980/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Try",
    "track_id": "1c98dbf8-b790-3015-a3c2-b3f41b3ad140",
    "recording_id": "29f52f64-fd93-465a-81a0-350a23b0ea32",
    "artist": "Overwhelming Colorfast",
    "artist_ids": [
        "3a6b43d3-8b47-49ce-acdb-ab2299c48d1c"
    ],
    "album": "Overwhelming Colorfast",
    "release_id": "51cf3d00-d79f-488d-9a8a-ed62c4457779",
    "release_group_id": "d5d39685-617f-3468-abb5-49f556962699",
    "labels": [
        "Relativity Records"
    ],
    "label_ids": [
        "2bfb17b6-95da-44f8-9cd2-9cc661083901"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Gary in Weaverville, NC!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}