Information about plays

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

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

{
    "id": 3562674,
    "uri": "https://api.kexp.org/v2/plays/3562674/?format=api",
    "airdate": "2025-10-08T11:22:58-07:00",
    "show": 64779,
    "show_uri": "https://api.kexp.org/v2/shows/64779/?format=api",
    "image_uri": "https://dn721702.ca.archive.org/0/items/mbid-8e04e5d7-ed79-3e2e-8558-6df68bab5f6d/mbid-8e04e5d7-ed79-3e2e-8558-6df68bab5f6d-19688294474_thumb500.jpg",
    "thumbnail_uri": "https://dn721702.ca.archive.org/0/items/mbid-8e04e5d7-ed79-3e2e-8558-6df68bab5f6d/mbid-8e04e5d7-ed79-3e2e-8558-6df68bab5f6d-19688294474_thumb250.jpg",
    "song": "Angel From Montgomery",
    "track_id": "762a2d3d-dd87-3137-992c-6004f966562d",
    "recording_id": "e6aa58c1-b72d-4e02-9d6e-74d656c2ce4f",
    "artist": "John Prine",
    "artist_ids": [
        "e86492c1-0376-4df0-8042-8ba058c83960"
    ],
    "album": "John Prine",
    "release_id": "8e04e5d7-ed79-3e2e-8558-6df68bab5f6d",
    "release_group_id": "a13154a4-14a1-3344-ae14-3bea728ebe58",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1990-01-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#321\n\n\"Prine was working as a mailman when he wrote this song. After doing two years in the Army, he took the job and loved it because he could think up songs while walking his route. The track appeared on his first album, which made him a star in the Chicago folk music community.\"\n\nhttps://www.songfacts.com/facts/john-prine/angel-from-montgomery",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}