Information about plays

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

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

{
    "id": 3604065,
    "uri": "https://api.kexp.org/v2/plays/3604065/?format=api",
    "airdate": "2026-01-14T00:50:01-08:00",
    "show": 65644,
    "show_uri": "https://api.kexp.org/v2/shows/65644/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cold",
    "track_id": "2508b09a-5894-47be-9bf2-4e205a46556b",
    "recording_id": "e7dab8f3-6f7c-452a-8590-669c851e58cb",
    "artist": "Sex Mask",
    "artist_ids": [
        "ce890917-f15b-4158-bce2-8b061451d43a"
    ],
    "album": "Body Broker",
    "release_id": "8761d0e2-aa26-4d6f-b845-9fce2dd883f5",
    "release_group_id": "3803a9dc-b79c-4467-b458-0a5bae1d0bda",
    "labels": [
        "Unpopular Records"
    ],
    "label_ids": [
        "a26b457e-5192-44d5-85e4-bf39e2cda674"
    ],
    "release_date": "2025-11-26",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}