Information about plays

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

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

{
    "id": 3563093,
    "uri": "https://api.kexp.org/v2/plays/3563093/?format=api",
    "airdate": "2025-10-09T16:06:37-07:00",
    "show": 64788,
    "show_uri": "https://api.kexp.org/v2/shows/64788/?format=api",
    "image_uri": "https://coverartarchive.org/release/193be930-94f7-340a-9131-70185d22d238/5095748553-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/193be930-94f7-340a-9131-70185d22d238/5095748553-250.jpg",
    "song": "Sugar Magnolia",
    "track_id": null,
    "recording_id": "6cb69dca-496b-437b-9427-88d4bfd619d0",
    "artist": "Grateful Dead",
    "artist_ids": [
        "6faa7ca7-0d99-4a5e-bfa6-1fd5037520c6"
    ],
    "album": "American Beauty",
    "release_id": null,
    "release_group_id": "994c2c59-d32f-304e-8f53-bda17a254f52",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1970-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#152...\n\nAmerican Beauty, Grateful Dead’s fifth and greatest studio album.\nRead a review here: https://pitchfork.com/reviews/albums/grateful-dead-american-beauty-the-angels-share/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}