Information about plays

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

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

{
    "id": 3554627,
    "uri": "https://api.kexp.org/v2/plays/3554627/?format=api",
    "airdate": "2025-09-18T14:27:46-07:00",
    "show": 64595,
    "show_uri": "https://api.kexp.org/v2/shows/64595/?format=api",
    "image_uri": "https://coverartarchive.org/release/471afb26-241d-4108-80df-8f2c09a4d8e1/13288496706-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/471afb26-241d-4108-80df-8f2c09a4d8e1/13288496706-250.jpg",
    "song": "The Easiest Way to Fall",
    "track_id": null,
    "recording_id": "a56ac747-3f5c-44cb-a1c0-ac8aa9c43fa8",
    "artist": "Freda Payne",
    "artist_ids": [
        "6d1a5b3d-730c-4b10-b83d-ef2c98ce86f3"
    ],
    "album": "Band of Gold",
    "release_id": null,
    "release_group_id": "5011353d-bc95-3930-860d-5bbc90278401",
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sampled on Beck's \"Hotwax.\"\n--\nThis was the B-side of the single of Freda Payne's incredible hit, \"Band of Gold.,\" released in February, 1970. It was written and produced by the great songwriting team of Holland-Dozier-Holland.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}