Information about plays

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

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

{
    "id": 3545901,
    "uri": "https://api.kexp.org/v2/plays/3545901/?format=api",
    "airdate": "2025-08-28T13:59:07-07:00",
    "show": 64410,
    "show_uri": "https://api.kexp.org/v2/shows/64410/?format=api",
    "image_uri": "https://ia800200.us.archive.org/14/items/mbid-9080cfc2-8c59-4333-8040-219ea6ac0433/mbid-9080cfc2-8c59-4333-8040-219ea6ac0433-5416634955_thumb500.jpg",
    "thumbnail_uri": "https://ia800200.us.archive.org/14/items/mbid-9080cfc2-8c59-4333-8040-219ea6ac0433/mbid-9080cfc2-8c59-4333-8040-219ea6ac0433-5416634955_thumb250.jpg",
    "song": "Rill Rill",
    "track_id": "a69ed4ff-a48d-3d31-9860-138bfbb18a4a",
    "recording_id": "e55dff8b-16a4-45cf-b9ec-0cd7d01e4e8b",
    "artist": "Sleigh Bells",
    "artist_ids": [
        "95f7536d-b2f7-4087-8668-a663ec201f5a"
    ],
    "album": "Treats",
    "release_id": "09855083-1ab3-3696-b9e0-aeb62a517269",
    "release_group_id": "4089b4e7-eef7-4433-838f-1ca531754cf6",
    "labels": [
        "Mom + Pop Music"
    ],
    "label_ids": [
        "e30c6170-fcd5-4c30-9b89-bd1bdcbcaa5f"
    ],
    "release_date": "2010-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Rill Rill\" samples multiple elements of “Can You Get To That” by Funkadelic from their 1971 album \"Maggot Brain.\"\n--\nHere's a live performance of \"Rill Rill\" last year: https://www.youtube.com/watch?v=Tud98P4FfBY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}