Information about plays

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

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

{
    "id": 3548199,
    "uri": "https://api.kexp.org/v2/plays/3548199/?format=api",
    "airdate": "2025-09-02T23:58:32-07:00",
    "show": 64458,
    "show_uri": "https://api.kexp.org/v2/shows/64458/?format=api",
    "image_uri": "https://coverartarchive.org/release/a859e8fd-8a3a-4b33-841c-55122e3e4709/11688281154-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a859e8fd-8a3a-4b33-841c-55122e3e4709/11688281154-250.jpg",
    "song": "Hey Now",
    "track_id": null,
    "recording_id": "ff827e98-6c22-4078-b5fd-40b92087d6c0",
    "artist": "London Grammar",
    "artist_ids": [
        "4dbe08c1-b40a-43b3-ab89-210000bd8ab2"
    ],
    "album": "Hey Now",
    "release_id": null,
    "release_group_id": "34688ba5-5b19-4d37-91b2-61988a23a901",
    "labels": [
        "Metal & Dust"
    ],
    "label_ids": [
        "dd6ec4bc-e1b2-41f5-9ddc-08e22c7a334b"
    ],
    "release_date": "2014-03-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "UK trio London Grammar consists of moody atmospherics guitar parts by Dan Rothman and keyboardist Dot Major and the hauntingly beautiful voice of Hannah Reid.\n\nCheck out their live at KEXP performance here! \nhttps://youtu.be/v-cmmT3YoF0\n\nhttps://www.londongrammar.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}