Information about plays

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

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

{
    "id": 3599062,
    "uri": "https://api.kexp.org/v2/plays/3599062/?format=api",
    "airdate": "2026-01-02T03:18:16-08:00",
    "show": 65537,
    "show_uri": "https://api.kexp.org/v2/shows/65537/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Get to Choose",
    "track_id": "4b586a8c-aa69-4a44-a9b3-0579413069fe",
    "recording_id": "25d3ab75-16f8-4498-8e64-d874a5c73ba3",
    "artist": "Dirt Buyer",
    "artist_ids": [
        "1526645b-282e-435c-8c91-f69f973e1fc7"
    ],
    "album": "Dirt Buyer III",
    "release_id": "3bc32f77-2674-4472-9727-6546c3e2290f",
    "release_group_id": "def84f2c-2b31-40fd-9888-42b6db198d9b",
    "labels": [
        "Bayonet Records"
    ],
    "label_ids": [
        "cdac7201-d153-49be-be39-f20c251f7962"
    ],
    "release_date": "2026-02-06",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}