Information about plays

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

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

{
    "id": 3657007,
    "uri": "https://api.kexp.org/v2/plays/3657007/?format=api",
    "airdate": "2026-05-19T23:31:58-07:00",
    "show": 66763,
    "show_uri": "https://api.kexp.org/v2/shows/66763/?format=api",
    "image_uri": "https://dn711103.ca.archive.org/0/items/mbid-7f13b640-4961-4a08-8a0f-6705ee37873f/mbid-7f13b640-4961-4a08-8a0f-6705ee37873f-45059944340_thumb500.jpg",
    "thumbnail_uri": "https://dn711103.ca.archive.org/0/items/mbid-7f13b640-4961-4a08-8a0f-6705ee37873f/mbid-7f13b640-4961-4a08-8a0f-6705ee37873f-45059944340_thumb250.jpg",
    "song": "The Payoff",
    "track_id": "2b341a4f-f71a-4ae9-9565-1ab8d3820b3a",
    "recording_id": "229f7e83-cc99-4642-9862-e5245d0bce23",
    "artist": "Father John Misty",
    "artist_ids": [
        "172053e5-a7fb-4548-a64d-c53858b5e775"
    ],
    "album": "The Payoff",
    "release_id": "7f13b640-4961-4a08-8a0f-6705ee37873f",
    "release_group_id": "21d3d9c2-6d9a-44ca-a088-2386adc8cb2e",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2026-05-07",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}