Information about plays

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

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

{
    "id": 3568315,
    "uri": "https://api.kexp.org/v2/plays/3568315/?format=api",
    "airdate": "2025-10-22T01:50:20-07:00",
    "show": 64900,
    "show_uri": "https://api.kexp.org/v2/shows/64900/?format=api",
    "image_uri": "https://ia801505.us.archive.org/25/items/mbid-74918ff0-b843-4186-912a-baa9334d30ba/mbid-74918ff0-b843-4186-912a-baa9334d30ba-27333052167_thumb500.jpg",
    "thumbnail_uri": "https://ia801505.us.archive.org/25/items/mbid-74918ff0-b843-4186-912a-baa9334d30ba/mbid-74918ff0-b843-4186-912a-baa9334d30ba-27333052167_thumb250.jpg",
    "song": "Your Gentle Way of Loving Me",
    "track_id": "1e4742c2-a469-3d3b-8c12-c0bfa47ab66e",
    "recording_id": "8f6c4d07-0b4f-495d-97ff-5b6102ee5019",
    "artist": "The Byrds",
    "artist_ids": [
        "2819834e-4e08-47b0-a2c4-b7672318e8f0"
    ],
    "album": "Dr. Byrds & Mr. Hyde",
    "release_id": "e9a882fa-4205-4912-be63-5116ae3583de",
    "release_group_id": "3445830d-5cd8-3c91-9970-aa08591d50d1",
    "labels": [
        "Columbia",
        "Legacy"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e",
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "1997-03-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}