Information about plays

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

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

{
    "id": 3546172,
    "uri": "https://api.kexp.org/v2/plays/3546172/?format=api",
    "airdate": "2025-08-29T05:28:52-07:00",
    "show": 64416,
    "show_uri": "https://api.kexp.org/v2/shows/64416/?format=api",
    "image_uri": "https://ia904608.us.archive.org/7/items/mbid-4b5e3ef7-367a-4b3a-bc10-45408324ff5a/mbid-4b5e3ef7-367a-4b3a-bc10-45408324ff5a-30898980959_thumb500.jpg",
    "thumbnail_uri": "https://ia804608.us.archive.org/7/items/mbid-4b5e3ef7-367a-4b3a-bc10-45408324ff5a/mbid-4b5e3ef7-367a-4b3a-bc10-45408324ff5a-30898980959_thumb250.jpg",
    "song": "Blues Run the Game",
    "track_id": "50b516a6-b32a-4f03-af40-0cadd3d1aab7",
    "recording_id": "1091ee37-3a36-4622-bec8-a7ab3f131778",
    "artist": "Laura Marling",
    "artist_ids": [
        "cd9713d6-6e5f-4143-9412-4d12b7bd47f2"
    ],
    "album": "Blues Run The Game",
    "release_id": "4b5e3ef7-367a-4b3a-bc10-45408324ff5a",
    "release_group_id": "154e3288-29ee-4a3d-8ede-e632305c9ff2",
    "labels": [
        "Third Man Records"
    ],
    "label_ids": [
        "95336f80-eef4-41fa-a4ca-d4bc4ecebcde"
    ],
    "release_date": "2010-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Her version of the Jackson C. Frank tune.\n\nCheck out this 2020 video of Laura teaching this and another song on guitar: \nhttps://youtu.be/O3gHSQbsIN8 \n\nAnd watch her 2013 live set at KEXP: \nhttp://blog.kexp.org/2013/06/12/live-video-laura-marling",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}