Information about plays

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

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

{
    "id": 3522551,
    "uri": "https://api.kexp.org/v2/plays/3522551/?format=api",
    "airdate": "2025-07-04T13:02:47-07:00",
    "show": 63917,
    "show_uri": "https://api.kexp.org/v2/shows/63917/?format=api",
    "image_uri": "https://coverartarchive.org/release/e66ff191-3e85-48bf-9d82-f66e6e995a28/15473580472-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e66ff191-3e85-48bf-9d82-f66e6e995a28/15473580472-250.jpg",
    "song": "I Wish I Knew How It Would Feel to Be Free",
    "track_id": null,
    "recording_id": "0829c36c-bf40-404d-bf7e-34b522b8189b",
    "artist": "Nina Simone",
    "artist_ids": [
        "2944824d-4c26-476f-a981-be849081942f"
    ],
    "album": "Silk & Soul",
    "release_id": null,
    "release_group_id": "84c5ae6a-c2f6-3f69-bc2c-54a7013bfe67",
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "1967-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I Wish I Knew How It Would Feel to Be Free\" is a jazz song originally written by Billy Taylor. Taylor's original version (as \"I Wish I Knew\") was recorded on November 12, 1963 and later became one of the anthems for the civil rights movement.\n\nDo yourself a favor and watch the Nina Simone 2015 documentary, \"What Happened, Miss Simone?\" which features Nina Simone's gut-wrenching rendition of this Billy Taylor cover in Montreaux in 1976: https://www.youtube.com/watch?v=-sEP0-8VAow",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}