Information about plays

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

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

{
    "id": 3635126,
    "uri": "https://api.kexp.org/v2/plays/3635126/?format=api",
    "airdate": "2026-03-29T13:02:35-07:00",
    "show": 66312,
    "show_uri": "https://api.kexp.org/v2/shows/66312/?format=api",
    "image_uri": "https://dn711009.ca.archive.org/0/items/mbid-710a1e4f-7207-4b06-82e1-96f926c9076f/mbid-710a1e4f-7207-4b06-82e1-96f926c9076f-9357908834_thumb500.jpg",
    "thumbnail_uri": "https://ia600201.us.archive.org/10/items/mbid-710a1e4f-7207-4b06-82e1-96f926c9076f/mbid-710a1e4f-7207-4b06-82e1-96f926c9076f-9357908834_thumb250.jpg",
    "song": "Tighten Up",
    "track_id": "a5a986c8-9243-30c2-872e-fe6ccd0c61c3",
    "recording_id": "f5e8287e-e3e0-4f18-8d89-837e0dbc1bb4",
    "artist": "The Black Keys",
    "artist_ids": [
        "d15721d8-56b4-453d-b506-fc915b14cba2"
    ],
    "album": "Brothers",
    "release_id": "710a1e4f-7207-4b06-82e1-96f926c9076f",
    "release_group_id": "2a2b851c-bba6-4584-80c0-19af4a55e286",
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "2010-05-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Remlinger Farms May 29th and 30th!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}