Information about plays

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

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

{
    "id": 3593829,
    "uri": "https://api.kexp.org/v2/plays/3593829/?format=api",
    "airdate": "2025-12-21T05:25:20-08:00",
    "show": 65436,
    "show_uri": "https://api.kexp.org/v2/shows/65436/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "New Martyrs (Ride 4 U)",
    "track_id": "c78c26ce-0a66-498f-8816-84958c71d84e",
    "recording_id": "507464b2-75f2-4370-b3da-485aa8cfe0ec",
    "artist": "Miguel",
    "artist_ids": [
        "285e1285-aecc-478f-a8da-0c8cf69e1217"
    ],
    "album": "CAOS",
    "release_id": "db135ee0-b062-41df-b91a-582e211bb2fa",
    "release_group_id": "196bab47-42bd-4451-8c26-8780747c583b",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2025-10-23",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}