Information about plays

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

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

{
    "id": 3577958,
    "uri": "https://api.kexp.org/v2/plays/3577958/?format=api",
    "airdate": "2025-11-14T06:43:42-08:00",
    "show": 65104,
    "show_uri": "https://api.kexp.org/v2/shows/65104/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "To The Bone",
    "track_id": "92517d15-3da7-4c5e-926d-37790e88c99e",
    "recording_id": "ad1561a3-790d-4ba8-812e-13079407ef85",
    "artist": "SPRINTS",
    "artist_ids": [
        "256e0b36-88cb-453a-9ce4-7b73cb6b882f"
    ],
    "album": "All That Is Over",
    "release_id": "ba7cca99-7ac1-4823-8ca7-9e53f606f7db",
    "release_group_id": "2e3e4bdd-63c3-4a4f-9f87-253f1ea28308",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-09-26",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "All That is Over is the second release from Dublin's Sprints. They will be performing at February 11 at the Chapel in SF, McMenamin's Mission Theatre on Feb 13 and at the Crocodile-Old Location on Feb 14 in Seattle.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}