Information about plays

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

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

{
    "id": 3588051,
    "uri": "https://api.kexp.org/v2/plays/3588051/?format=api",
    "airdate": "2025-12-07T11:57:50-08:00",
    "show": 65313,
    "show_uri": "https://api.kexp.org/v2/shows/65313/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Soul Man",
    "track_id": "cead7fd2-c28b-3cee-9fb5-620edd58dd5c",
    "recording_id": "ac1042dc-9853-4181-9a83-eb37f00428a3",
    "artist": "Blues Brothers",
    "artist_ids": [
        "7252abc2-dfc8-4aa6-889f-2d168b265403"
    ],
    "album": "Briefcase Full of Blues",
    "release_id": "dd608db4-bbd0-3d70-bef5-152efb79c337",
    "release_group_id": "d712f539-b053-30bb-b3f3-f20ab4b4450f",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1978-11-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Guitarist\nR.I.P. legend Steve Cropper, age 84.\n\nCropper used a Zippo lighter in place of a guitar slide on this track https://www.guitarplayer.com/guitarists/the-late-steve-cropper-used-a-zippo-as-a-slide-on-soul-man",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}