Information about plays

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

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

{
    "id": 3607519,
    "uri": "https://api.kexp.org/v2/plays/3607519/?format=api",
    "airdate": "2026-01-22T05:33:15-08:00",
    "show": 65721,
    "show_uri": "https://api.kexp.org/v2/shows/65721/?format=api",
    "image_uri": "https://dn710207.ca.archive.org/0/items/mbid-9e533d7d-0c2b-4d00-bf35-5e9ab3e6b1fb/mbid-9e533d7d-0c2b-4d00-bf35-5e9ab3e6b1fb-28067269446_thumb500.jpg",
    "thumbnail_uri": "https://dn710207.ca.archive.org/0/items/mbid-9e533d7d-0c2b-4d00-bf35-5e9ab3e6b1fb/mbid-9e533d7d-0c2b-4d00-bf35-5e9ab3e6b1fb-28067269446_thumb250.jpg",
    "song": "Mean Old World",
    "track_id": "909e37ca-537b-3b39-8a2f-360cbf138d8b",
    "recording_id": "df7724ae-3207-4919-a62a-a99fd5787d3e",
    "artist": "Sam Cooke",
    "artist_ids": [
        "6c8fd0be-d961-454c-aee0-4366a6dbc993"
    ],
    "album": "Night Beat",
    "release_id": "9e533d7d-0c2b-4d00-bf35-5e9ab3e6b1fb",
    "release_group_id": "153b2ad5-97f7-3bab-91f7-259de916295f",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2005-09-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Remembering Sam Cooke, known as the \"King of Soul\", born on this day in 1931.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}