Information about plays

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

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

{
    "id": 3616496,
    "uri": "https://api.kexp.org/v2/plays/3616496/?format=api",
    "airdate": "2026-02-12T08:07:37-08:00",
    "show": 65912,
    "show_uri": "https://api.kexp.org/v2/shows/65912/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fight for Your Mind",
    "track_id": "52038125-e68d-394a-b650-66a0cd34beab",
    "recording_id": "39b28f7a-5d13-4930-964e-5cc136b9c919",
    "artist": "Ben Harper",
    "artist_ids": [
        "1582a5b8-538e-45e7-9ae4-4099439a0e79"
    ],
    "album": "Fight for Your Mind",
    "release_id": "51ceab1e-1f98-474f-b906-caef1cf6b5b6",
    "release_group_id": "90316e26-abe5-3301-bccf-4e59cb299396",
    "labels": [
        "Virgin Records America, Inc."
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Fight For Your Mind' was Harper's second and last solo album before adding Innocent Criminals to his line-up.\n\nThe album cover features Harper's face on fire, as the artwork features the use of military roundels from African nations (plus Jamaica) to represent each track on the album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}