Information about plays

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

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

{
    "id": 3594690,
    "uri": "https://api.kexp.org/v2/plays/3594690/?format=api",
    "airdate": "2025-12-23T01:37:45-08:00",
    "show": 65453,
    "show_uri": "https://api.kexp.org/v2/shows/65453/?format=api",
    "image_uri": "https://coverartarchive.org/release/a35f1088-7b5e-4d29-aa6f-86184987a288/40852010391-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a35f1088-7b5e-4d29-aa6f-86184987a288/40852010391-250.jpg",
    "song": "Sippin’ on Some Syrup",
    "track_id": null,
    "recording_id": "ff49335e-4f15-493c-b97a-ac2f864f207d",
    "artist": "Three 6 Mafia feat. UGK & Project Pat",
    "artist_ids": [
        "a8754ac4-a85e-4f48-a81f-eecd482570ef",
        "9603810b-5d6d-41a6-aca8-330ef966d55c",
        "8b8985eb-f71f-4229-9f11-171a7aac98c1"
    ],
    "album": "When the Smoke Clears: Sixty 6, Sixty 1",
    "release_id": null,
    "release_group_id": "ce2eb30e-f1ef-3b41-8899-87056d18f835",
    "labels": [],
    "label_ids": [],
    "release_date": "2000-06-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Samples that last Marvin Gaye track!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}