Information about plays

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

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

{
    "id": 3523722,
    "uri": "https://api.kexp.org/v2/plays/3523722/?format=api",
    "airdate": "2025-07-07T02:05:16-07:00",
    "show": 63944,
    "show_uri": "https://api.kexp.org/v2/shows/63944/?format=api",
    "image_uri": "https://coverartarchive.org/release/76f4a3b1-3ff6-4e23-889f-8301c593aaa8/34101541601-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/76f4a3b1-3ff6-4e23-889f-8301c593aaa8/34101541601-250.jpg",
    "song": "Chances Are Few",
    "track_id": null,
    "recording_id": "a0444596-c53d-43e6-a8fc-0ec500c039e3",
    "artist": "Baby Face Willette",
    "artist_ids": [
        "f364f3a2-669d-40be-bfb2-35db0b4ba590"
    ],
    "album": "Stop and Listen",
    "release_id": null,
    "release_group_id": "8ae2f059-e140-37d6-9ca1-7bd22409229e",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1962-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lesser known Blue Note side man/B-3 warrior leading a session with Grant Green & Ben Dixon on Drums",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}