Information about plays

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

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

{
    "id": 3604884,
    "uri": "https://api.kexp.org/v2/plays/3604884/?format=api",
    "airdate": "2026-01-16T00:57:00-08:00",
    "show": 65661,
    "show_uri": "https://api.kexp.org/v2/shows/65661/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lagos Love",
    "track_id": "c2e51627-ac16-47d2-bea8-9b37f14976cd",
    "recording_id": "f99b80fe-331e-462c-be46-0b61aeb5d366",
    "artist": "Tems",
    "artist_ids": [
        "5b2a8faa-ffee-4706-a1a8-58f109bc8ca2"
    ],
    "album": "Love Is a Kingdom",
    "release_id": "0ef9d814-79ee-4552-aa62-d520a085819d",
    "release_group_id": "778a70fd-55df-44ba-b0e3-a98589f10668",
    "labels": [
        "RCA",
        "Since '93"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946",
        "b4353c53-acd0-4fac-96ab-d392c30b09d1"
    ],
    "release_date": "2025-11-21",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}