Information about plays

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

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

{
    "id": 3422045,
    "uri": "https://api.kexp.org/v2/plays/3422045/?format=api",
    "airdate": "2024-11-06T09:18:49-08:00",
    "show": 61778,
    "show_uri": "https://api.kexp.org/v2/shows/61778/?format=api",
    "image_uri": "https://ia903207.us.archive.org/4/items/mbid-593f09a7-95de-3b3e-9e09-169e91ec630f/mbid-593f09a7-95de-3b3e-9e09-169e91ec630f-14989052153_thumb500.jpg",
    "thumbnail_uri": "https://ia803207.us.archive.org/4/items/mbid-593f09a7-95de-3b3e-9e09-169e91ec630f/mbid-593f09a7-95de-3b3e-9e09-169e91ec630f-14989052153_thumb250.jpg",
    "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": false,
    "is_live": false,
    "comment": "My two year old woke up with a fever this morning. He told me he saw three little birds outside our window. (I didn't see any birds at all). Naturally, I started singing Three Little Birds to him, which I don't believe he's heard before. If it pleases the DJ... we'd love to hear it from the man himself.\n\nRachel in Poulsbo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}