Information about plays

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

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

{
    "id": 3595624,
    "uri": "https://api.kexp.org/v2/plays/3595624/?format=api",
    "airdate": "2025-12-25T02:08:22-08:00",
    "show": 65469,
    "show_uri": "https://api.kexp.org/v2/shows/65469/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sleigh Ride",
    "track_id": null,
    "recording_id": "0f706bf0-79ed-4e92-a78b-45bf29f16635",
    "artist": "TLC",
    "artist_ids": [
        "99790314-885a-4975-8614-9c5bc890364d"
    ],
    "album": "Sleigh Ride",
    "release_id": null,
    "release_group_id": "9c7eaa48-e6e3-4a45-adf5-f7ec8f2ec818",
    "labels": [],
    "label_ids": [],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released a year before CrazySexyCool, this track featured Chilli's favorite Left Eye Moment (Lisa Lopes).\n\n\"I really love how she rapped in our Christmas song,'\" she said. \"I miss how silly we all used to be together. It was just how we interacted, at least when we were all liking each other at the same time - you know how sisters are!\"\n\nhttps://officialtlc.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}