Information about plays

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

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

{
    "id": 3575008,
    "uri": "https://api.kexp.org/v2/plays/3575008/?format=api",
    "airdate": "2025-11-07T05:57:06-08:00",
    "show": 65043,
    "show_uri": "https://api.kexp.org/v2/shows/65043/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Some Bright Morning",
    "track_id": "d54119ac-c790-47f9-b70f-0942d07a5d7d",
    "recording_id": "4244b8c0-193e-4a50-948c-f74c8828781a",
    "artist": "Lael Neale",
    "artist_ids": [
        "8319a659-b885-4b48-927b-3ce8580fb32b"
    ],
    "album": "Some Bright Morning",
    "release_id": "53bfec3a-88c3-4abf-a993-a4db115152cd",
    "release_group_id": "9d5ea251-2f85-4999-8566-7bd4915941ce",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2025-09-22",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://laelneale.bandcamp.com/track/some-bright-morning",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}