Information about plays

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

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

{
    "id": 3571442,
    "uri": "https://api.kexp.org/v2/plays/3571442/?format=api",
    "airdate": "2025-10-29T14:47:47-07:00",
    "show": 64966,
    "show_uri": "https://api.kexp.org/v2/shows/64966/?format=api",
    "image_uri": "https://ia801304.us.archive.org/35/items/mbid-6038087a-9780-4391-9e45-6c088d4d2e4b/mbid-6038087a-9780-4391-9e45-6c088d4d2e4b-34453873555_thumb500.jpg",
    "thumbnail_uri": "https://ia801304.us.archive.org/35/items/mbid-6038087a-9780-4391-9e45-6c088d4d2e4b/mbid-6038087a-9780-4391-9e45-6c088d4d2e4b-34453873555_thumb250.jpg",
    "song": "On the Radio",
    "track_id": "7bcf1802-2312-3683-b1c9-f3a7ff4b118e",
    "recording_id": "1520ec63-7504-424f-a4f1-12211dc9668a",
    "artist": "Regina Spektor",
    "artist_ids": [
        "fbb375f9-48bb-4635-824e-4120273b3ba7"
    ],
    "album": "Begin to Hope",
    "release_id": "6038087a-9780-4391-9e45-6c088d4d2e4b",
    "release_group_id": "473691ea-841e-3427-9fa4-63f64fd048ce",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "2006-06-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"On the Radio\" is the first single from Regina Spektor's fourth album, \"Begin to Hope.\" The chorus contains references to the song \"November Rain\" by Guns N' Roses\n--\n\"This is how it works..\"  Watch music teacher Regina Spektor teach her class: https://www.youtube.com/watch?v=tHAhnJbGy9M\n--",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}