Information about plays

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

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

{
    "id": 3559967,
    "uri": "https://api.kexp.org/v2/plays/3559967/?format=api",
    "airdate": "2025-10-01T07:14:24-07:00",
    "show": 64716,
    "show_uri": "https://api.kexp.org/v2/shows/64716/?format=api",
    "image_uri": "https://dn710201.ca.archive.org/0/items/mbid-f1a0c915-81f6-4678-8bb8-c0bf2f5f66e9/mbid-f1a0c915-81f6-4678-8bb8-c0bf2f5f66e9-29948809139_thumb500.jpg",
    "thumbnail_uri": "https://dn710201.ca.archive.org/0/items/mbid-f1a0c915-81f6-4678-8bb8-c0bf2f5f66e9/mbid-f1a0c915-81f6-4678-8bb8-c0bf2f5f66e9-29948809139_thumb250.jpg",
    "song": "Right On Time",
    "track_id": "0e6883c6-f14b-4d2b-b60d-f4f4f6e00ee8",
    "recording_id": "103de8e4-cee4-4131-86fd-f6046aa0fd5c",
    "artist": "Brandi Carlile",
    "artist_ids": [
        "baf05baf-69fb-47dd-93c2-033536b8c385"
    ],
    "album": "In These Silent Days",
    "release_id": "f1a0c915-81f6-4678-8bb8-c0bf2f5f66e9",
    "release_group_id": "f72c752e-599f-40f0-b1db-ec74319303e0",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "2021-10-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "4 years ago today (2021), Brandi Carlile released \"In These Silent Days\". This powerful song — and its video, which was directed by none other than Courteney Cox — reflects on conflict, regret and the singer's stubborn resolve to do better tomorrow than she did today.\nhttps://www.youtube.com/watch?v=tOpWqWK0q4U\n\nhttps://www.brandicarlile.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}