Information about plays

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

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

{
    "id": 3571038,
    "uri": "https://api.kexp.org/v2/plays/3571038/?format=api",
    "airdate": "2025-10-28T14:20:22-07:00",
    "show": 64958,
    "show_uri": "https://api.kexp.org/v2/shows/64958/?format=api",
    "image_uri": "https://ia903404.us.archive.org/2/items/mbid-51ceab1e-1f98-474f-b906-caef1cf6b5b6/mbid-51ceab1e-1f98-474f-b906-caef1cf6b5b6-7611131367_thumb500.jpg",
    "thumbnail_uri": "https://ia903404.us.archive.org/2/items/mbid-51ceab1e-1f98-474f-b906-caef1cf6b5b6/mbid-51ceab1e-1f98-474f-b906-caef1cf6b5b6-7611131367_thumb250.jpg",
    "song": "Burn One Down",
    "track_id": "0d354698-61d1-3cfc-b489-c76c198650ea",
    "recording_id": "784bdba8-67ea-429e-af66-0c6ff684e171",
    "artist": "Ben Harper",
    "artist_ids": [
        "1582a5b8-538e-45e7-9ae4-4099439a0e79"
    ],
    "album": "Fight for Your Mind",
    "release_id": "51ceab1e-1f98-474f-b906-caef1cf6b5b6",
    "release_group_id": "90316e26-abe5-3301-bccf-4e59cb299396",
    "labels": [
        "Virgin Records America, Inc."
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 58th birthday to Ben Harper!\n\n---\nCheck out Ben Harper's 2016 KEXP Live In-Studio Session:\n\nhttps://www.youtube.com/watch?v=6Y4tEymZPw4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}