Information about plays

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

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

{
    "id": 3540648,
    "uri": "https://api.kexp.org/v2/plays/3540648/?format=api",
    "airdate": "2025-08-16T05:22:14-07:00",
    "show": 64301,
    "show_uri": "https://api.kexp.org/v2/shows/64301/?format=api",
    "image_uri": "https://ia600903.us.archive.org/14/items/mbid-50d5aa7e-5afe-4247-af3e-c5a1d4ef3771/mbid-50d5aa7e-5afe-4247-af3e-c5a1d4ef3771-42715664013_thumb500.jpg",
    "thumbnail_uri": "https://ia800903.us.archive.org/14/items/mbid-50d5aa7e-5afe-4247-af3e-c5a1d4ef3771/mbid-50d5aa7e-5afe-4247-af3e-c5a1d4ef3771-42715664013_thumb250.jpg",
    "song": "Hawk",
    "track_id": "f88a49ed-1bf5-47aa-882f-12e054621bad",
    "recording_id": "af65c844-cd1f-4648-a527-3b93e67ce162",
    "artist": "Algernon Cadwallader",
    "artist_ids": [
        "47272420-4b41-43cb-a009-a349b9d87f42"
    ],
    "album": "Trying Not to Have a Thought",
    "release_id": "50d5aa7e-5afe-4247-af3e-c5a1d4ef3771",
    "release_group_id": "fd8f90b4-dcf5-44e0-af9a-85a56e0ba1f8",
    "labels": [
        "Saddle Creek Records"
    ],
    "label_ids": [
        "006ea2fb-e616-4743-924a-8bda90fff909"
    ],
    "release_date": "2025-09-12",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}