Information about plays

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

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

{
    "id": 3565724,
    "uri": "https://api.kexp.org/v2/plays/3565724/?format=api",
    "airdate": "2025-10-16T05:19:15-07:00",
    "show": 64847,
    "show_uri": "https://api.kexp.org/v2/shows/64847/?format=api",
    "image_uri": "https://ia600701.us.archive.org/6/items/mbid-5edecaf9-12fa-4e80-887d-d527f0d7c346/mbid-5edecaf9-12fa-4e80-887d-d527f0d7c346-19282850164_thumb500.jpg",
    "thumbnail_uri": "https://ia800701.us.archive.org/6/items/mbid-5edecaf9-12fa-4e80-887d-d527f0d7c346/mbid-5edecaf9-12fa-4e80-887d-d527f0d7c346-19282850164_thumb250.jpg",
    "song": "Oom Sha La La",
    "track_id": "57af3efb-6357-40d9-8bf6-b928f32f3280",
    "recording_id": "dbc9b13d-9089-4b75-baa9-cb84fa378770",
    "artist": "Haley Heynderickx",
    "artist_ids": [
        "f0805df4-1541-48b1-8482-4c789f83cfcf"
    ],
    "album": "I Need to Start a Garden",
    "release_id": "5edecaf9-12fa-4e80-887d-d527f0d7c346",
    "release_group_id": "8e06a4ff-b4ee-42f0-b00a-3942997af141",
    "labels": [
        "Mama Bird Recording Co."
    ],
    "label_ids": [
        "3cbb810f-a8aa-40cc-8b6b-51fa6644678c"
    ],
    "release_date": "2018-03-02",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Go right here to download Haley Heynderickx's \"Oom Sha La La,\" a KEXP Song of the Day: https://www.kexp.org/podcasts/song-of-the-day/2017/11/8/haley-heynderickx-omm-sha-la-la/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}