Information about plays

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

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

{
    "id": 3549838,
    "uri": "https://api.kexp.org/v2/plays/3549838/?format=api",
    "airdate": "2025-09-07T00:38:43-07:00",
    "show": 64496,
    "show_uri": "https://api.kexp.org/v2/shows/64496/?format=api",
    "image_uri": "https://coverartarchive.org/release/302ceef5-67cb-4a2b-8e8a-ba1d092b812b/29316590590-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/302ceef5-67cb-4a2b-8e8a-ba1d092b812b/29316590590-250.jpg",
    "song": "True American Hate",
    "track_id": null,
    "recording_id": "ca55f803-76ec-4047-abbc-fd72ff6e4b14",
    "artist": "Testament",
    "artist_ids": [
        "05106775-5d45-4131-aecc-1177f813ba11"
    ],
    "album": "Dark Roots of Earth",
    "release_id": null,
    "release_group_id": "f40b7679-500f-4ed1-97c9-df732f3dc67c",
    "labels": [
        "Nuclear Blast"
    ],
    "label_ids": [
        "3bc70925-d654-4906-b7c0-5135d993495e"
    ],
    "release_date": "2012-07-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Jeff in Folsom, CA\n\nTestament is set to kick off their Thrash of the Titans European tour with Obituary, Destruction, and Nervosa next month.  This is in support of their upcoming 14th full length album, PARA BELLUM set to release on October 10th via Nuclear Blast Records.\n\nhttps://www.testamentlegions.com/site/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}