Information about plays

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

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

{
    "id": 3591456,
    "uri": "https://api.kexp.org/v2/plays/3591456/?format=api",
    "airdate": "2025-12-15T13:57:10-08:00",
    "show": 65387,
    "show_uri": "https://api.kexp.org/v2/shows/65387/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Disiniblud (Baths remix)",
    "track_id": "29caddf0-cecf-42ff-9410-17082fdfbc29",
    "recording_id": "b5770df2-a2a3-415c-a38c-32eea8f971e5",
    "artist": "Disiniblud",
    "artist_ids": [
        "2eb4e0d9-3812-4f21-b5a6-ae8a3496e0a9"
    ],
    "album": "Disiniblud (Remixes)",
    "release_id": "8b125c93-8d61-4a69-9d17-3bfedb593fda",
    "release_group_id": "c32ebaf8-ef90-41ad-8ee8-657393d07b09",
    "labels": [
        "Smugglers Way"
    ],
    "label_ids": [
        "b0d64690-80e1-45d2-92da-d33511202b92"
    ],
    "release_date": "2025-12-05",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Disiniblud is a thrilling new collaborative album project from the composers/producers/multi-instrumentalists Rachika Nayar and Nina Keith.\n\nhttps://www.dominomusic.com/news/us/introducing-disiniblud-the-new-collaboration-between-rachika-nayar-nina-keith",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}