Information about plays

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

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

{
    "id": 3588970,
    "uri": "https://api.kexp.org/v2/plays/3588970/?format=api",
    "airdate": "2025-12-09T15:35:55-08:00",
    "show": 65332,
    "show_uri": "https://api.kexp.org/v2/shows/65332/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "New Band",
    "track_id": "8130b925-95aa-46b2-8784-a8733bfc57d5",
    "recording_id": "51dcdf57-3279-47b4-a14a-4eb75b78a0d5",
    "artist": "babybaby_explores",
    "artist_ids": [
        "00c4864b-b9c2-4ce2-b75c-c4d3278f33a0"
    ],
    "album": "Food Near Me, Weather Tomorrow",
    "release_id": "c48008e8-7b53-48cf-9fd2-c9838c2d57c9",
    "release_group_id": "b137b6a8-441f-47a7-8c3d-128a2a052588",
    "labels": [
        "No Gold"
    ],
    "label_ids": [
        "fc079692-e5fc-4e5d-b9f0-dd5503026714"
    ],
    "release_date": "2023-03-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}