Information about plays

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

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

{
    "id": 3583247,
    "uri": "https://api.kexp.org/v2/plays/3583247/?format=api",
    "airdate": "2025-11-26T14:12:54-08:00",
    "show": 65216,
    "show_uri": "https://api.kexp.org/v2/shows/65216/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Many Rivers To Cross (Joe Malenda Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Jimmy Cliff",
    "artist_ids": [
        "2caa54a7-b08c-41da-b892-3a41abe778be"
    ],
    "album": "The Harder They Come",
    "release_id": null,
    "release_group_id": "71188e04-90b4-35ff-81c0-06316efdc749",
    "labels": [],
    "label_ids": [],
    "release_date": "1972-07-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "R.I.P., Jimmy Cliff, who introduced reggae to a global audience, who has died at age 81: https://www.nytimes.com/2025/11/24/arts/music/jimmy-cliff-dead.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}