Information about plays

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

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

{
    "id": 3607857,
    "uri": "https://api.kexp.org/v2/plays/3607857/?format=api",
    "airdate": "2026-01-23T01:09:45-08:00",
    "show": 65728,
    "show_uri": "https://api.kexp.org/v2/shows/65728/?format=api",
    "image_uri": "https://dn710609.ca.archive.org/0/items/mbid-e9a30a16-72c5-47da-b37a-c0b48b9cf93b/mbid-e9a30a16-72c5-47da-b37a-c0b48b9cf93b-44159817744_thumb500.jpg",
    "thumbnail_uri": "https://dn710609.ca.archive.org/0/items/mbid-e9a30a16-72c5-47da-b37a-c0b48b9cf93b/mbid-e9a30a16-72c5-47da-b37a-c0b48b9cf93b-44159817744_thumb250.jpg",
    "song": "Endless Night",
    "track_id": "6c93ed9e-6c6d-4b1b-9455-102f42498b15",
    "recording_id": "ce13d466-1037-47a8-9f06-ebbddbf1a2f9",
    "artist": "Feral Family",
    "artist_ids": [
        "2b76dbe5-875b-4e89-b05e-467cb215e3c3"
    ],
    "album": "Endless Night",
    "release_id": "e9a30a16-72c5-47da-b37a-c0b48b9cf93b",
    "release_group_id": "cac6af2f-d741-4513-ad4e-7faf0d46bf67",
    "labels": [],
    "label_ids": [],
    "release_date": "2026-01-16",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}