Information about plays

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

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

{
    "id": 3568895,
    "uri": "https://api.kexp.org/v2/plays/3568895/?format=api",
    "airdate": "2025-10-23T10:12:17-07:00",
    "show": 64911,
    "show_uri": "https://api.kexp.org/v2/shows/64911/?format=api",
    "image_uri": "https://dn721500.ca.archive.org/0/items/mbid-97c6e753-052c-40d5-8a40-0c37b985c42e/mbid-97c6e753-052c-40d5-8a40-0c37b985c42e-42531092857_thumb500.jpg",
    "thumbnail_uri": "https://dn721500.ca.archive.org/0/items/mbid-97c6e753-052c-40d5-8a40-0c37b985c42e/mbid-97c6e753-052c-40d5-8a40-0c37b985c42e-42531092857_thumb250.jpg",
    "song": "Satellites",
    "track_id": "2dc65900-e205-4926-b0cb-7afec7e6ec48",
    "recording_id": "33301fb6-03b9-427d-9c8c-b50691c5e06a",
    "artist": "New Age Healers",
    "artist_ids": [
        "c87f27a8-fc86-45fb-a6a7-854808439394"
    ],
    "album": "Debris",
    "release_id": "97c6e753-052c-40d5-8a40-0c37b985c42e",
    "release_group_id": "91656078-ff23-4639-ad7c-b525a897b54e",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-07-12",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}