Information about plays

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

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

{
    "id": 3657268,
    "uri": "https://api.kexp.org/v2/plays/3657268/?format=api",
    "airdate": "2026-05-20T14:26:49-07:00",
    "show": 66768,
    "show_uri": "https://api.kexp.org/v2/shows/66768/?format=api",
    "image_uri": "https://coverartarchive.org/release/c0f323e8-a9a4-48e2-9e7c-95c435a07261/38342462937-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c0f323e8-a9a4-48e2-9e7c-95c435a07261/38342462937-250.jpg",
    "song": "Don’t Try to Close a Rose",
    "track_id": null,
    "recording_id": "9054d01c-628a-4972-a547-144ac966da87",
    "artist": "Cher",
    "artist_ids": [
        "bfcc6d75-a6a5-4bc6-8282-47aec8531818"
    ],
    "album": "Foxy Lady",
    "release_id": null,
    "release_group_id": "341d9bf6-402e-38bf-8081-00b11d8cf651",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1972-07-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to 80-year-old Cher, born on this date in 1946. \n\nThis 1972 song was written by singer and songwriter Ginger Greco.\n--",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}