Information about plays

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

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

{
    "id": 3588943,
    "uri": "https://api.kexp.org/v2/plays/3588943/?format=api",
    "airdate": "2025-12-09T14:11:16-08:00",
    "show": 65332,
    "show_uri": "https://api.kexp.org/v2/shows/65332/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Somebody's Tippin In",
    "track_id": "b133ede2-15ff-34d9-86f0-cbbf8ebd3a79",
    "recording_id": "4101b82c-cc90-41a5-bb36-59ce8c34bce5",
    "artist": "Junior Wells",
    "artist_ids": [
        "5f526374-0e88-4508-a8d6-7f25c16cb2d8"
    ],
    "album": "Coming at You",
    "release_id": "721e2aec-8cde-417d-b1cd-1fe1d140af2c",
    "release_group_id": "a3aa281c-a555-3df7-9cb3-bc6b0f0eddc2",
    "labels": [
        "Vanguard"
    ],
    "label_ids": [
        "40998461-7dfe-4fe1-8ece-8547438c4938"
    ],
    "release_date": "1990-03-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born on this day in 1934 in Memphis, blues legend Junior Wells.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}