Information about plays

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

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

{
    "id": 3589785,
    "uri": "https://api.kexp.org/v2/plays/3589785/?format=api",
    "airdate": "2025-12-11T14:24:43-08:00",
    "show": 65348,
    "show_uri": "https://api.kexp.org/v2/shows/65348/?format=api",
    "image_uri": "https://coverartarchive.org/release/c53be6c2-1a17-4a4a-97e3-d40f61630236/22927827729-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c53be6c2-1a17-4a4a-97e3-d40f61630236/22927827729-250.jpg",
    "song": "Do It Now",
    "track_id": null,
    "recording_id": "46f16acc-0844-46ce-ae7a-20d7559c0f91",
    "artist": "Yasiin Bey, Busta Rhymes",
    "artist_ids": [],
    "album": "Black on Both Sides",
    "release_id": null,
    "release_group_id": "d6658b47-463a-390e-9417-99c818aea004",
    "labels": [
        "Rawkus Records"
    ],
    "label_ids": [
        "21a9343c-4a03-4768-8186-569dc03f850c"
    ],
    "release_date": "1999-10-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Do It Now\" samples  \"Marcus Garvey\" by Burning Spear and also vocals from  \"Sound of Da Police\" by KRS-One.\n--\nThe song was produce by Mr. Khaliyl (Acklins Dillon).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}