Information about plays

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

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

{
    "id": 3595253,
    "uri": "https://api.kexp.org/v2/plays/3595253/?format=api",
    "airdate": "2025-12-24T07:14:00-08:00",
    "show": 65463,
    "show_uri": "https://api.kexp.org/v2/shows/65463/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Bells of St. Mary",
    "track_id": "630e760b-8390-4e96-ab29-a6b68cd7193a",
    "recording_id": "120b305e-39ff-4551-a65e-569d024d114e",
    "artist": "Bob B. Soxx and The Blue Jeans",
    "artist_ids": [
        "ff81d878-cc98-44d4-a823-1d7c590cf1d8"
    ],
    "album": "A Christmas Gift for You From Phil Spector",
    "release_id": "9435fa86-1ed9-4b38-94af-42d41acfdc69",
    "release_group_id": "8f919a57-d6c1-3a57-86e6-28263607099e",
    "labels": [
        "Legacy",
        "Phil Spector Records"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c",
        "6e2d19b1-34b4-42c7-9295-34c09bef17e7"
    ],
    "release_date": "2009-10-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Produced by the (in)famous producer Phil Spector, Bob B. Soxx and The Blue Jeans are comprised of  Bobby Sheen, Darlene Love, and Fanita James.\n\nhttps://www.discogs.com/artist/257235-Bob-B-Soxx-And-The-Blue-Jeans",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}