Information about plays

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

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

{
    "id": 3572539,
    "uri": "https://api.kexp.org/v2/plays/3572539/?format=api",
    "airdate": "2025-11-01T09:42:27-07:00",
    "show": 64993,
    "show_uri": "https://api.kexp.org/v2/shows/64993/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Three Little Birds",
    "track_id": "443d832c-8d4b-3b61-a563-30f510db5bd2",
    "recording_id": "33b9b9fd-15a1-4e1f-a10a-3d15df5e58f0",
    "artist": "Bob Marley & The Wailers",
    "artist_ids": [
        "c296e10c-110a-4103-9e77-47bfebb7fb2e"
    ],
    "album": "Exodus",
    "release_id": "593f09a7-95de-3b3e-9e09-169e91ec630f",
    "release_group_id": "c5650313-60f3-34d3-92e4-300545133792",
    "labels": [
        "Tuff Gong",
        "Island"
    ],
    "label_ids": [
        "be14aa98-403a-4337-8a1e-d104b90d4f3c",
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2001-11-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Kerri and her sister Timmie on this Day of the Dead <3 <3 <3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}