Information about plays

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

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

{
    "id": 3541160,
    "uri": "https://api.kexp.org/v2/plays/3541160/?format=api",
    "airdate": "2025-08-17T09:38:51-07:00",
    "show": 64314,
    "show_uri": "https://api.kexp.org/v2/shows/64314/?format=api",
    "image_uri": "https://coverartarchive.org/release/7973d895-23ff-4a5d-bfa4-0d383b8201b2/13138908560-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7973d895-23ff-4a5d-bfa4-0d383b8201b2/13138908560-250.jpg",
    "song": "A Six Pack to Go",
    "track_id": null,
    "recording_id": "220afd5d-fe74-48a1-a4cf-aa34e6dd3424",
    "artist": "Hank Thompson and His Brazos Valley Boys",
    "artist_ids": [
        "a2fed990-98b4-414d-80fd-c3346b3ed115"
    ],
    "album": "A Six Pack To Go",
    "release_id": null,
    "release_group_id": "293ec730-5f89-4917-b45d-028200c43a1e",
    "labels": [
        "Capitol"
    ],
    "label_ids": [],
    "release_date": "1966-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Texas singer’s life inspired the 1987 novel Crazy Heart by Thomas Cobb which inspired the 2009 movie Crazy Heart featuring Jeff Bridges as an alcoholic singer.\nhttps://archive.nytimes.com/artsbeat.blogs.nytimes.com/2010/01/29/the-reading-life-jeff-bridges-and-crazy-heart-channeling-donald-barthelme/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}