Information about plays

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

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

{
    "id": 3577097,
    "uri": "https://api.kexp.org/v2/plays/3577097/?format=api",
    "airdate": "2025-11-12T05:12:43-08:00",
    "show": 65087,
    "show_uri": "https://api.kexp.org/v2/shows/65087/?format=api",
    "image_uri": "https://ia600407.us.archive.org/2/items/mbid-cb723425-011c-487c-8c87-4c28f06025c4/mbid-cb723425-011c-487c-8c87-4c28f06025c4-43501835535_thumb500.jpg",
    "thumbnail_uri": "https://ia600407.us.archive.org/2/items/mbid-cb723425-011c-487c-8c87-4c28f06025c4/mbid-cb723425-011c-487c-8c87-4c28f06025c4-43501835535_thumb250.jpg",
    "song": "Sender Receiver",
    "track_id": "667baff4-7ca4-4ba2-ab2e-a50e61524373",
    "recording_id": "d339d2f1-ead3-47c1-8e3f-50696d853728",
    "artist": "Helado Negro",
    "artist_ids": [
        "aa0a54b3-d37e-4c1d-a53f-b3b94a3dfcad"
    ],
    "album": "The Last Sound On Earth",
    "release_id": "cb723425-011c-487c-8c87-4c28f06025c4",
    "release_group_id": "d85bfa7a-714c-4f5b-a9cd-99fcbfdae170",
    "labels": [
        "Big Dada"
    ],
    "label_ids": [
        "1382bfb9-0880-4696-a8ae-1ce2d94ce097"
    ],
    "release_date": "2025-11-07",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new EP from Helado Negro: https://heladonegro.bandcamp.com/album/the-last-sound-on-earth\n\nCheck out his KEXP session from 2021 here: https://www.youtube.com/watch?v=rd_sD040py8&list=RDrd_sD040py8&start_radio=1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}