Information about plays

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

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

{
    "id": 3546198,
    "uri": "https://api.kexp.org/v2/plays/3546198/?format=api",
    "airdate": "2025-08-29T06:45:37-07:00",
    "show": 64416,
    "show_uri": "https://api.kexp.org/v2/shows/64416/?format=api",
    "image_uri": "https://coverartarchive.org/release/b883f70b-b1f3-422e-a206-053ad514ea3f/42435093134-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b883f70b-b1f3-422e-a206-053ad514ea3f/42435093134-250.jpg",
    "song": "Midnight Blues",
    "track_id": null,
    "recording_id": "ea2a0c14-d808-45ab-880b-8db012b2a016",
    "artist": "The Detroit Cobras",
    "artist_ids": [
        "9b8d6e11-05a4-4688-9d96-ad746bfedc41"
    ],
    "album": "Mink, Rat or Rabbit",
    "release_id": null,
    "release_group_id": "22b4805c-750d-3ea1-b1df-354e4277fecc",
    "labels": [
        "Third Man Records"
    ],
    "label_ids": [
        "95336f80-eef4-41fa-a4ca-d4bc4ecebcde"
    ],
    "release_date": "1998-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cover of the 1962 song originally written and recorded by country singer, Charlie Rich\n\nRIP Rachel Nagy https://www.officialdetroitcobras.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}