Information about plays

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

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

{
    "id": 3558787,
    "uri": "https://api.kexp.org/v2/plays/3558787/?format=api",
    "airdate": "2025-09-28T11:27:46-07:00",
    "show": 64690,
    "show_uri": "https://api.kexp.org/v2/shows/64690/?format=api",
    "image_uri": "https://coverartarchive.org/release/0f455ae4-e8fb-4e6f-9b22-a9ce999ca432/41616938172-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0f455ae4-e8fb-4e6f-9b22-a9ce999ca432/41616938172-250.jpg",
    "song": "County Fair",
    "track_id": null,
    "recording_id": "8109e0f5-97d2-4f6e-9343-4d2bb6e14812",
    "artist": "Bruce Springsteen",
    "artist_ids": [
        "70248960-cb53-4ea4-943a-edb18f7d336f"
    ],
    "album": "Tracks II: The Lost Albums",
    "release_id": null,
    "release_group_id": "f731060c-05d4-439d-8351-59e5e5eb91a0",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2025-06-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the liner notes: this demo is the basis for the \"County Fair\" on 2003's The Essential Bruce Springsteen.\nListening guide to this monster boxset https://www.npr.org/2025/06/17/nx-s1-5395727/bruce-springsteen-tracks-ii-lost-albums",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}