Information about plays

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

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

{
    "id": 3570971,
    "uri": "https://api.kexp.org/v2/plays/3570971/?format=api",
    "airdate": "2025-10-28T10:00:04-07:00",
    "show": 64957,
    "show_uri": "https://api.kexp.org/v2/shows/64957/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Could You Be Loved",
    "track_id": "3c0c92af-1e9a-36a3-8827-676e642914c3",
    "recording_id": "13ef609a-ceb6-44c5-b1cd-6ed05b8948cf",
    "artist": "Bob Marley & The Wailers",
    "artist_ids": [
        "c296e10c-110a-4103-9e77-47bfebb7fb2e"
    ],
    "album": "Legend: The Best of Bob Marley and The Wailers",
    "release_id": "4ccca10d-45dd-31f7-8d34-ff97d09f8a2b",
    "release_group_id": "1a4c52cd-483a-347c-93f9-4d512767c7ba",
    "labels": [
        "Tuff Gong",
        "Island"
    ],
    "label_ids": [
        "be14aa98-403a-4337-8a1e-d104b90d4f3c",
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2002-05-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning, happy Tuesday, and welcome to The Midday Show with the marvelous Cheryl Waters and wonderful producer Meerah!  We have tickets to give away for the Brian Jonestown Massacre in San Francisco on November 20th. AND, we have lots of fabulous music to share!  thanks for being here!\n--\nBesides the guitar, you're hearing the cuica, or \"friction drum,\" a Brazilain percussion instrument. Want to know more?: https://percussion.byu.edu/cuica",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}