Information about plays

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

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

{
    "id": 3589123,
    "uri": "https://api.kexp.org/v2/plays/3589123/?format=api",
    "airdate": "2025-12-10T00:07:30-08:00",
    "show": 65335,
    "show_uri": "https://api.kexp.org/v2/shows/65335/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Salesman",
    "track_id": "495f6357-5031-4b3b-b599-ba517e822315",
    "recording_id": "9424eadd-b4ff-48b2-9fc9-d29bb16dc5ff",
    "artist": "Greg Freeman",
    "artist_ids": [
        "d0abfd67-483b-4a2a-bf31-b525036d9401"
    ],
    "album": "Burnover",
    "release_id": "67e54486-6dd7-469a-8e15-7590bc56f596",
    "release_group_id": "5f4f9024-9a51-4835-868a-728ce3977f33",
    "labels": [
        "Transgressive Records"
    ],
    "label_ids": [
        "0682fcd0-7372-4e2d-8503-710abd12883e"
    ],
    "release_date": "2025-08-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}