Information about plays

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

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

{
    "id": 3608198,
    "uri": "https://api.kexp.org/v2/plays/3608198/?format=api",
    "airdate": "2026-01-23T21:19:56-08:00",
    "show": 65734,
    "show_uri": "https://api.kexp.org/v2/shows/65734/?format=api",
    "image_uri": "https://coverartarchive.org/release/8efec704-8c6c-43f3-bd42-cfa32be081d4/14589899733-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8efec704-8c6c-43f3-bd42-cfa32be081d4/14589899733-250.jpg",
    "song": "Ashiko",
    "track_id": null,
    "recording_id": "086f0eb6-3829-42f0-9141-a958676a8d66",
    "artist": "Hugh Masekela",
    "artist_ids": [
        "83a2e0fb-3d9b-46ff-b383-3dde54c15297"
    ],
    "album": "The Boy's Doin' It",
    "release_id": null,
    "release_group_id": "9fe64a14-c242-3ef1-a99f-ab258b1336a3",
    "labels": [
        "Casablanca Records"
    ],
    "label_ids": [
        "98f93684-2a6f-4d40-ac6a-41fd0cc8ecc8"
    ],
    "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"
}