Information about plays

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

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

{
    "id": 3601608,
    "uri": "https://api.kexp.org/v2/plays/3601608/?format=api",
    "airdate": "2026-01-08T00:23:20-08:00",
    "show": 65591,
    "show_uri": "https://api.kexp.org/v2/shows/65591/?format=api",
    "image_uri": "https://coverartarchive.org/release/4a579553-4682-41e8-a2f1-e5ed07af1e00/18893469119-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4a579553-4682-41e8-a2f1-e5ed07af1e00/18893469119-250.jpg",
    "song": "Give the People What They Want",
    "track_id": null,
    "recording_id": "a4da601c-f4f6-4878-86e1-e9a344325148",
    "artist": "The O’Jays",
    "artist_ids": [
        "8153c6ef-026c-481f-b081-974f2c948d9f"
    ],
    "album": "Survival",
    "release_id": null,
    "release_group_id": "a2e21372-da54-3d40-9779-9f7e8868b74e",
    "labels": [
        "Philadelphia International Records"
    ],
    "label_ids": [
        "d509d87c-3ad7-4b83-9827-9b76c3a49126"
    ],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}