Information about plays

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

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

{
    "id": 3574536,
    "uri": "https://api.kexp.org/v2/plays/3574536/?format=api",
    "airdate": "2025-11-06T01:38:36-08:00",
    "show": 65034,
    "show_uri": "https://api.kexp.org/v2/shows/65034/?format=api",
    "image_uri": "https://coverartarchive.org/release/e9237fed-29fd-4cc6-8542-797b4807c6d0/31708800090-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e9237fed-29fd-4cc6-8542-797b4807c6d0/31708800090-250.jpg",
    "song": "Love",
    "track_id": null,
    "recording_id": "7d6fa6e3-d016-4c75-b5ad-cbafcfd8e4ce",
    "artist": "J Dilla feat. Pharoahe Monch",
    "artist_ids": [
        "cbcbb22c-3a8d-46af-b4ba-09c98f0d7931",
        "a4d62ced-2f87-488a-9c76-ab88ea7a2cbf"
    ],
    "album": "The Shining",
    "release_id": null,
    "release_group_id": "56e78272-89fc-3e71-ae8d-49efe38acf79",
    "labels": [
        "BBE"
    ],
    "label_ids": [
        "d85e09a6-2401-42aa-943f-50ff940d6583"
    ],
    "release_date": "2006-08-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "J Dilla's \"Love\" samples two separate tracks of Curtis Mayfield-written song “We Must Be in Love” - The Five Stairsteps 1969 version and The Impressions 1970 song. J Dilla's song, featuring Pharaohe Monch is the fourth track on 'The Shining', J Dilla’s second official studio album which was released after his death in 2006.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}