Information about plays

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

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

{
    "id": 3640284,
    "uri": "https://api.kexp.org/v2/plays/3640284/?format=api",
    "airdate": "2026-04-10T12:40:57-07:00",
    "show": 66415,
    "show_uri": "https://api.kexp.org/v2/shows/66415/?format=api",
    "image_uri": "https://ia801706.us.archive.org/15/items/mbid-3bb5842c-b1b6-4a1a-980a-609c4916c6ac/mbid-3bb5842c-b1b6-4a1a-980a-609c4916c6ac-21361785437_thumb500.jpg",
    "thumbnail_uri": "https://dn710102.ca.archive.org/0/items/mbid-3bb5842c-b1b6-4a1a-980a-609c4916c6ac/mbid-3bb5842c-b1b6-4a1a-980a-609c4916c6ac-21361785437_thumb250.jpg",
    "song": "Seventeen",
    "track_id": "9e920222-c416-4f9e-bb6e-33fdc333aa50",
    "recording_id": "b53db2a2-d9b7-4d50-8e2f-d812296cc4ff",
    "artist": "Sharon Van Etten",
    "artist_ids": [
        "5a2e9cd3-010a-4aae-9f83-629253284202"
    ],
    "album": "Remind Me Tomorrow",
    "release_id": "3bb5842c-b1b6-4a1a-980a-609c4916c6ac",
    "release_group_id": "62cc7255-7e38-4214-badc-ce418a805414",
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2019-01-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this Live on KEXP performance from Sharon Van Etten & The Attachment Theory from last year, hosted by Cheryl:\n\nhttps://www.youtube.com/watch?v=5sLQTSK9bvQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}