Information about plays

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

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

{
    "id": 3627831,
    "uri": "https://api.kexp.org/v2/plays/3627831/?format=api",
    "airdate": "2026-03-11T19:25:16-07:00",
    "show": 66155,
    "show_uri": "https://api.kexp.org/v2/shows/66155/?format=api",
    "image_uri": "https://coverartarchive.org/release/3ed8c88c-235d-4285-bb6d-918aae29a9a5/10576111693-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3ed8c88c-235d-4285-bb6d-918aae29a9a5/10576111693-250.jpg",
    "song": "Get to You",
    "track_id": null,
    "recording_id": "133517a2-ba40-4d9d-bbc6-0ea12ec25e29",
    "artist": "The Byrds",
    "artist_ids": [
        "2819834e-4e08-47b0-a2c4-b7672318e8f0"
    ],
    "album": "The Notorious Byrd Brothers",
    "release_id": null,
    "release_group_id": "5f8c3b00-bdfe-38ea-8a5d-61dc7e50882e",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1968-01-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "songs in 5/4!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}