Information about plays

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

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

{
    "id": 3413376,
    "uri": "https://api.kexp.org/v2/plays/3413376/?format=api",
    "airdate": "2024-10-16T10:44:14-07:00",
    "show": 61591,
    "show_uri": "https://api.kexp.org/v2/shows/61591/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "High",
    "track_id": "114cfc8d-3198-49f4-bab8-68c787a08ce4",
    "recording_id": "09f2586c-82ab-4f20-9473-a57838ca125b",
    "artist": "Jorja Smith",
    "artist_ids": [
        "d62614aa-ef2c-44cd-8a7b-91292755a1d0"
    ],
    "album": "High",
    "release_id": "f4e6bc25-8838-4e69-b1f2-4ca0b2e84ecf",
    "release_group_id": "ab050d18-1f07-4955-84b4-4fe3e5e513ca",
    "labels": [
        "FAMM"
    ],
    "label_ids": [
        "9a329170-2d70-4a4f-ab94-d0e572fda4d8"
    ],
    "release_date": "2024-07-25",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Reflecting on the inspiration behind this new track, British singer Jorja Smith explains, β€œIt’s a song about finding a friend within myself. Even through the lows, you have to find the highs.” -- Filmed in her hometown of Walsall, the video for \"High\" captures Jorja in a state of celebration, exuding joy and a zest for life: https://www.youtube.com/watch?v=Sj3kQUfUTds https://www.jorjasmith.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}