Information about plays

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

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

{
    "id": 3544678,
    "uri": "https://api.kexp.org/v2/plays/3544678/?format=api",
    "airdate": "2025-08-25T15:08:42-07:00",
    "show": 64386,
    "show_uri": "https://api.kexp.org/v2/shows/64386/?format=api",
    "image_uri": "https://dn721601.ca.archive.org/0/items/mbid-c8fe3f5b-5096-4c0c-8738-2c63715e08c9/mbid-c8fe3f5b-5096-4c0c-8738-2c63715e08c9-41809695762_thumb500.jpg",
    "thumbnail_uri": "https://dn721601.ca.archive.org/0/items/mbid-c8fe3f5b-5096-4c0c-8738-2c63715e08c9/mbid-c8fe3f5b-5096-4c0c-8738-2c63715e08c9-41809695762_thumb250.jpg",
    "song": "dream girl",
    "track_id": "a3706b76-bf9e-48ec-97b2-ee084c974142",
    "recording_id": "e1180d62-fe1d-4c3a-b7b5-1b6c30215a41",
    "artist": "Yaya Bey",
    "artist_ids": [
        "f55859c9-0642-47dc-8c68-4aa2db484b23"
    ],
    "album": "do it afraid",
    "release_id": "c8fe3f5b-5096-4c0c-8738-2c63715e08c9",
    "release_group_id": "2e6f625e-12f2-45df-ae9c-fe83b2f5bc66",
    "labels": [
        "drink sum wtr"
    ],
    "label_ids": [
        "778a90c4-21ff-4035-b3dc-80f62d0e989c"
    ],
    "release_date": "2025-06-20",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "LIVE on the Afternoon Show 9/23 3pm.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}