Information about plays

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

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

{
    "id": 3597174,
    "uri": "https://api.kexp.org/v2/plays/3597174/?format=api",
    "airdate": "2025-12-28T12:39:06-08:00",
    "show": 65498,
    "show_uri": "https://api.kexp.org/v2/shows/65498/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Fire",
    "track_id": "444df892-6bbd-38e4-94c0-d51b92663332",
    "recording_id": "cb624c03-1802-47ad-b150-57cfc1789b0a",
    "artist": "The Roots feat. John Legend",
    "artist_ids": [
        "75a72702-a5ef-4513-bca5-c5b944903546",
        "80b3cf5e-18fe-4c59-98c7-e5bb87210710"
    ],
    "album": "How I Got Over",
    "release_id": "ce2507be-1576-44d0-9c2f-f5f135d514ed",
    "release_group_id": "9b643b98-ea0d-4c17-9dd1-8cfe2a92248f",
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "2010-06-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "EGOT winner, singer-songwriter, pianist, vocalist, and producer John Legend was born on this day in Springfield, Ohio in 1978. He turns 47 today.\n\nhttps://johnlegend.com/\nhttps://www.theroots.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}