Information about plays

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

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

{
    "id": 3629596,
    "uri": "https://api.kexp.org/v2/plays/3629596/?format=api",
    "airdate": "2026-03-16T04:45:57-07:00",
    "show": 66195,
    "show_uri": "https://api.kexp.org/v2/shows/66195/?format=api",
    "image_uri": "https://coverartarchive.org/release/0d3b0f73-fa4f-45ff-bba1-35bdfced860f/24141263701-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0d3b0f73-fa4f-45ff-bba1-35bdfced860f/24141263701-250.jpg",
    "song": "Broken Belief",
    "track_id": null,
    "recording_id": "4d00c513-1c66-47dc-a431-8ff65ef7460c",
    "artist": "日向敏文",
    "artist_ids": [
        "0efcb23b-cc34-42e7-b60a-747c142666c3"
    ],
    "album": "Broken Belief",
    "release_id": null,
    "release_group_id": "4f7b24ef-2d27-4402-81c8-b12a59f0545a",
    "labels": [
        "Music From Memory"
    ],
    "label_ids": [
        "ad86a666-43d7-41b8-8328-8b2b3497a781"
    ],
    "release_date": "2019-09-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}