Information about plays

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

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

{
    "id": 3575003,
    "uri": "https://api.kexp.org/v2/plays/3575003/?format=api",
    "airdate": "2025-11-07T05:36:25-08:00",
    "show": 65043,
    "show_uri": "https://api.kexp.org/v2/shows/65043/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Fool on the Hill",
    "track_id": "7989501b-58a8-404d-b5d0-36a9331491f2",
    "recording_id": "c7a5161f-6bb0-43fc-942a-6c1a2d63ad0a",
    "artist": "Aretha Franklin",
    "artist_ids": [
        "2f9ecbed-27be-40e6-abca-6de49d50299e"
    ],
    "album": "The Atlantic Albums Collection",
    "release_id": "4a3f0456-0a0f-42d7-8615-57ee6c8f6a54",
    "release_group_id": "9e5d9e36-270b-4566-8582-3743e91a2d5b",
    "labels": [
        "Rhino Atlantic"
    ],
    "label_ids": [
        "ca886390-daf6-4b2a-853f-b0331827572c"
    ],
    "release_date": "2015-11-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Aretha Franklin recorded a cover of \"The Fool on the Hill,\" originally written by John Lennon and Paul McCartney and made famous by The Beatles in 1967. Her version was recorded during the sessions for her 1969 album This Girl’s in Love with You, but it was not included in the official release at the time and surfaced later as an outtake on special collections and reissues.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}