Information about plays

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

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

{
    "id": 3545285,
    "uri": "https://api.kexp.org/v2/plays/3545285/?format=api",
    "airdate": "2025-08-27T00:48:16-07:00",
    "show": 64397,
    "show_uri": "https://api.kexp.org/v2/shows/64397/?format=api",
    "image_uri": "https://ia600101.us.archive.org/28/items/mbid-8403bf74-1026-4ac3-81c7-399fc742088f/mbid-8403bf74-1026-4ac3-81c7-399fc742088f-27213590309_thumb500.jpg",
    "thumbnail_uri": "https://ia800101.us.archive.org/28/items/mbid-8403bf74-1026-4ac3-81c7-399fc742088f/mbid-8403bf74-1026-4ac3-81c7-399fc742088f-27213590309_thumb250.jpg",
    "song": "Ferris Wheel",
    "track_id": "9cf69df6-f8ff-4ca4-aad8-71cbda98651a",
    "recording_id": "b7ff9d8a-a3dd-42e0-bbee-ea5109033d19",
    "artist": "Sylvan Esso",
    "artist_ids": [
        "c4593b34-2a94-4e44-ae10-4a0f4c0b4da8"
    ],
    "album": "Free Love",
    "release_id": "8403bf74-1026-4ac3-81c7-399fc742088f",
    "release_group_id": "b60a1cee-1d30-4531-acc5-d26810e61fa6",
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2020-09-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Listen here to Sylvan Esso Live in the KEXP Studios! https://youtu.be/eE_JH7-91nE\n\nhttps://sylvanesso.bandcamp.com/album/free-love",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}