Information about plays

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

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

{
    "id": 3545515,
    "uri": "https://api.kexp.org/v2/plays/3545515/?format=api",
    "airdate": "2025-08-27T14:29:24-07:00",
    "show": 64402,
    "show_uri": "https://api.kexp.org/v2/shows/64402/?format=api",
    "image_uri": "https://ia801400.us.archive.org/14/items/mbid-f8ae1fa5-6665-4ff7-9f31-e6280d28b7f4/mbid-f8ae1fa5-6665-4ff7-9f31-e6280d28b7f4-2587503583_thumb500.jpg",
    "thumbnail_uri": "https://ia801400.us.archive.org/14/items/mbid-f8ae1fa5-6665-4ff7-9f31-e6280d28b7f4/mbid-f8ae1fa5-6665-4ff7-9f31-e6280d28b7f4-2587503583_thumb250.jpg",
    "song": "Me Myself and I",
    "track_id": "22a4b165-39e8-3c92-ab15-c8f4fc82fd82",
    "recording_id": "e03ea9e3-c569-4246-8780-e33cca482882",
    "artist": "De La Soul",
    "artist_ids": [
        "a8ebde98-7e91-46c7-992c-90039ba42017"
    ],
    "album": "3 Feet High and Rising",
    "release_id": "f8ae1fa5-6665-4ff7-9f31-e6280d28b7f4",
    "release_group_id": "5243f39c-c344-3989-a0f6-2a2f75a9d827",
    "labels": [
        "Tommy Boy Music"
    ],
    "label_ids": [
        "25782561-07e5-453b-b2e9-6a7c39f86a3e"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jules said, \"Please play Me Myself and I. I have been an amplifier off and on for the last five years - had to take a break because of financial reasons but returned this last year because you all mean so much to me! You bring me joy, new music, old music. I appreciate you and wear my KEXP tees proudly.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}