Information about plays

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

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

{
    "id": 3638160,
    "uri": "https://api.kexp.org/v2/plays/3638160/?format=api",
    "airdate": "2026-04-05T11:42:29-07:00",
    "show": 66373,
    "show_uri": "https://api.kexp.org/v2/shows/66373/?format=api",
    "image_uri": "",
    "thumbnail_uri": "https://ia800208.us.archive.org/16/items/mbid-514929b7-0c78-4ead-a7fc-dd375d26fead/mbid-514929b7-0c78-4ead-a7fc-dd375d26fead-38679777610_thumb250.jpg",
    "song": "Blue Bayou",
    "track_id": "f976ccd7-9c92-43c1-8de8-3616e4c6ffb3",
    "recording_id": "1cf41f14-2597-41d1-b113-a902b69d6f1b",
    "artist": "Linda Ronstadt",
    "artist_ids": [
        "498f2581-be21-4eef-8756-fbb89d79b1c0"
    ],
    "album": "Simple Dreams",
    "release_id": "514929b7-0c78-4ead-a7fc-dd375d26fead",
    "release_group_id": "875cd93f-35f3-35bf-a773-fdd17260edcc",
    "labels": [
        "Asylum Records"
    ],
    "label_ids": [
        "a8bea33e-67af-424a-a734-898e2dc437ed"
    ],
    "release_date": "1977-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}