Information about plays

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

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

{
    "id": 3641852,
    "uri": "https://api.kexp.org/v2/plays/3641852/?format=api",
    "airdate": "2026-04-14T05:24:02-07:00",
    "show": 66449,
    "show_uri": "https://api.kexp.org/v2/shows/66449/?format=api",
    "image_uri": "https://dn711108.ca.archive.org/0/items/mbid-59c31871-75a3-4a1d-bf9f-5a7c3569e005/mbid-59c31871-75a3-4a1d-bf9f-5a7c3569e005-14902790726_thumb500.jpg",
    "thumbnail_uri": "https://dn711108.ca.archive.org/0/items/mbid-59c31871-75a3-4a1d-bf9f-5a7c3569e005/mbid-59c31871-75a3-4a1d-bf9f-5a7c3569e005-14902790726_thumb250.jpg",
    "song": "Change",
    "track_id": "f0f60b0a-1e4b-32e1-9a19-71b0d32d9e22",
    "recording_id": "7fc2b3f2-2376-4d66-92c4-76dde88aae3d",
    "artist": "Tears for Fears",
    "artist_ids": [
        "7c7f9c94-dee8-4903-892b-6cf44652e2de"
    ],
    "album": "Just Can’t Get Enough: New Wave Hits of the ’80s, Volume 11",
    "release_id": "59c31871-75a3-4a1d-bf9f-5a7c3569e005",
    "release_group_id": "be7acd1d-dace-3f2f-a304-e66872d71648",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1995-06-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Change\" was the fourth single from Tears for Fears' 1983 debut album, The Hurting. It’s famous for its upbeat, synth-pop sound—driven by a distinctive marimba hook—which masks a much darker lyrical theme.\n\nhttps://tearsforfears.com/\nhttps://tearsforfears.bandcamp.com/album/songs-for-a-nervous-planet",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}