Information about plays

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

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

{
    "id": 3582650,
    "uri": "https://api.kexp.org/v2/plays/3582650/?format=api",
    "airdate": "2025-11-25T04:38:03-08:00",
    "show": 65204,
    "show_uri": "https://api.kexp.org/v2/shows/65204/?format=api",
    "image_uri": "https://coverartarchive.org/release/9ad807ae-7330-428c-bd2e-db79445bc6c9/17386360026-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9ad807ae-7330-428c-bd2e-db79445bc6c9/17386360026-250.jpg",
    "song": "Many Rivers to Cross",
    "track_id": null,
    "recording_id": "7b57a4bd-5caf-46e8-815e-38635d5e81ca",
    "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": "RIP JIMMY CLIFF\n\nSeeing this movie in HS was one of my entry points into reggae music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}