Information about plays

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

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

{
    "id": 3625536,
    "uri": "https://api.kexp.org/v2/plays/3625536/?format=api",
    "airdate": "2026-03-05T07:25:52-08:00",
    "show": 66096,
    "show_uri": "https://api.kexp.org/v2/shows/66096/?format=api",
    "image_uri": "https://ia803206.us.archive.org/18/items/mbid-244b0b83-1d34-4d0a-9b25-245f9303d28a/mbid-244b0b83-1d34-4d0a-9b25-245f9303d28a-26672293520_thumb500.jpg",
    "thumbnail_uri": "https://dn721909.ca.archive.org/0/items/mbid-244b0b83-1d34-4d0a-9b25-245f9303d28a/mbid-244b0b83-1d34-4d0a-9b25-245f9303d28a-26672293520_thumb250.jpg",
    "song": "Low Place Like Home",
    "track_id": "d421a663-b429-4463-8b8b-4a3ff2775af7",
    "recording_id": "4f63ca52-1d4c-4c27-ac65-e30584b337ac",
    "artist": "Sneaker Pimps",
    "artist_ids": [
        "696d8523-39a0-44e2-9add-afaa183a2f46"
    ],
    "album": "Becoming X",
    "release_id": "244b0b83-1d34-4d0a-9b25-245f9303d28a",
    "release_group_id": "62c14bd1-2a53-3a69-9b68-c3df4bc61032",
    "labels": [
        "One Little Indian Records"
    ],
    "label_ids": [
        "0253505b-b0f3-4619-8ce0-6a79fe6fbc32"
    ],
    "release_date": "2019-09-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Becoming X is British trip hop band Sneaker Pimps' debut album, released in 1996. \"Due to the immense success the album received, it was re-released in 1997 with an alternate cover and remixes in place of certain songs.\" \n\nhttps://www.discogs.com/master/28511-Sneaker-Pimps-Becoming-X\n\nhttps://sneakerpimps.bandcamp.com/album/becoming-x",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}