Information about plays

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

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

{
    "id": 3522913,
    "uri": "https://api.kexp.org/v2/plays/3522913/?format=api",
    "airdate": "2025-07-05T09:49:21-07:00",
    "show": 63927,
    "show_uri": "https://api.kexp.org/v2/shows/63927/?format=api",
    "image_uri": "https://coverartarchive.org/release/d33f6616-1c39-4dce-abed-5d5b84f4e170/40713660164-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d33f6616-1c39-4dce-abed-5d5b84f4e170/40713660164-250.jpg",
    "song": "Money Money",
    "track_id": null,
    "recording_id": "f175058a-2ee2-4682-806b-9529f07535d0",
    "artist": "Horace Andy",
    "artist_ids": [
        "2027b08d-45b1-4fb5-aa6d-f6ccc4db78e5"
    ],
    "album": "Roots and Classics",
    "release_id": null,
    "release_group_id": "0eb61e92-e0f9-3023-8c44-eca30f89e9c8",
    "labels": [],
    "label_ids": [],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Horace Andy is a Jamaican roots reggae songwriter and singer, known for his distinctive vocals and hit songs such as \"Skylarking\", as well as \"Government Land\", \"Angel\", \"Spying Glass\", and \"Five Man Army\" with English trip hop group Massive Attack. He is also famous for a cover version of \"Ain't No Sunshine\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}