Information about plays

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

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

{
    "id": 3621712,
    "uri": "https://api.kexp.org/v2/plays/3621712/?format=api",
    "airdate": "2026-02-24T12:49:49-08:00",
    "show": 66019,
    "show_uri": "https://api.kexp.org/v2/shows/66019/?format=api",
    "image_uri": "https://coverartarchive.org/release/d4e08a8b-375d-474d-b960-9aaad7c04d30/6689244510-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d4e08a8b-375d-474d-b960-9aaad7c04d30/6689244510-250.jpg",
    "song": "Weird Fishes/Arpeggi",
    "track_id": null,
    "recording_id": "ecee0780-e1ea-4f3a-9766-8cc77c3e3329",
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "In Rainbows",
    "release_id": null,
    "release_group_id": "6e335887-60ba-38f0-95af-fae7774336bf",
    "labels": [
        "Hostess Entertainment Unlimited"
    ],
    "label_ids": [
        "a714529c-86bf-4d89-9cf1-e50149fba8af"
    ],
    "release_date": "2007-10-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Enjoy a wonderful harmonic analysis of this great Radiohead song: https://flypaper.soundfly.com/write/a-harmonic-analysis-of-radioheads-weird-fishes-arpeggi/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}