Information about plays

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

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

{
    "id": 3544143,
    "uri": "https://api.kexp.org/v2/plays/3544143/?format=api",
    "airdate": "2025-08-24T09:23:21-07:00",
    "show": 64375,
    "show_uri": "https://api.kexp.org/v2/shows/64375/?format=api",
    "image_uri": "https://coverartarchive.org/release/8afc29f6-5af0-350f-9c0d-5a6bf44db7ad/6563532333-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8afc29f6-5af0-350f-9c0d-5a6bf44db7ad/6563532333-250.jpg",
    "song": "The Cover of the Rolling Stone",
    "track_id": null,
    "recording_id": "0b96f081-7602-4176-9c61-f8822c2866af",
    "artist": "Dr. Hook",
    "artist_ids": [
        "1c893468-37a9-4fb7-909f-929751a8ebed"
    ],
    "album": "Sloppy Seconds",
    "release_id": null,
    "release_group_id": "cdc3c81d-a114-3a26-b400-289f2411b73d",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Written by cartoonist, veteran,  and author Shel Silverstein, the band eventually…sort of…got their wish to be on the cover of the legendary magazine, when the publishers featured caricatures of some of the band later the same year.\nhttps://www.rollingstone.com/music/music-lists/1973-rolling-stone-covers-208781/rs131-dr-hook-the-medicine-show-whats-their-2-141151/\n\nThis song live in 1980 https://youtu.be/gUjcjUF-urU?si=NAUBFP4m5uDOT7R6",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}