Information about plays

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

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

{
    "id": 3620756,
    "uri": "https://api.kexp.org/v2/plays/3620756/?format=api",
    "airdate": "2026-02-22T09:53:20-08:00",
    "show": 66001,
    "show_uri": "https://api.kexp.org/v2/shows/66001/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tallawaya",
    "track_id": null,
    "recording_id": "966e8007-d4a4-4567-bbff-0c8d83cdc38a",
    "artist": "Greasy Bear",
    "artist_ids": [
        "a5c4912f-b8e0-4c2a-b4e0-1550056e92ef"
    ],
    "album": "Across the Great Divide: Getting It Together in the Country 1968-1974",
    "release_id": null,
    "release_group_id": "c2fda285-4c6c-4250-9069-b9237c962e8b",
    "labels": [
        "Grapefruit"
    ],
    "label_ids": [
        "b932ea21-d150-46eb-8481-f8db7af2a6f1"
    ],
    "release_date": "2019-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Christened, “Manchester’s answer to the Grateful Dead” by their manager Robert Eagle, the British band recorded one album in 1970 on Phillips-Vertigo that didn’t get released at the time.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}