Information about plays

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

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

{
    "id": 3624967,
    "uri": "https://api.kexp.org/v2/plays/3624967/?format=api",
    "airdate": "2026-03-03T22:07:11-08:00",
    "show": 66085,
    "show_uri": "https://api.kexp.org/v2/shows/66085/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Barrel",
    "track_id": "3038fcf3-09eb-4885-a7dc-0fbcdb44bd05",
    "recording_id": "a6a43552-4758-40ff-8ad2-e700f0b8a73e",
    "artist": "Sasha Cay",
    "artist_ids": [
        "771f9ebc-46e5-44cc-a094-33c37fc830c5"
    ],
    "album": "Barrel",
    "release_id": "09f3e02d-5a11-46c9-895f-5c339a177080",
    "release_group_id": "30c8d58d-fde9-470b-91df-2053cf8b796b",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2026-01-30",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}