Information about plays

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

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

{
    "id": 3566282,
    "uri": "https://api.kexp.org/v2/plays/3566282/?format=api",
    "airdate": "2025-10-17T08:00:59-07:00",
    "show": 64856,
    "show_uri": "https://api.kexp.org/v2/shows/64856/?format=api",
    "image_uri": "https://ia800805.us.archive.org/31/items/mbid-4171a047-6b80-4b8e-b633-5ec4536ed354/mbid-4171a047-6b80-4b8e-b633-5ec4536ed354-21321066750_thumb500.jpg",
    "thumbnail_uri": "https://ia800805.us.archive.org/31/items/mbid-4171a047-6b80-4b8e-b633-5ec4536ed354/mbid-4171a047-6b80-4b8e-b633-5ec4536ed354-21321066750_thumb250.jpg",
    "song": "Pounding",
    "track_id": "099aadf9-ce73-3ea7-9089-e4a0a17043b6",
    "recording_id": "543978c5-72d3-471b-ad18-a1991f9ab9ab",
    "artist": "Doves",
    "artist_ids": [
        "9de8f66e-3cd1-4f11-8328-38200f0612b0"
    ],
    "album": "The Last Broadcast",
    "release_id": "4171a047-6b80-4b8e-b633-5ec4536ed354",
    "release_group_id": "91b37425-6d27-3cbc-b8a4-589e44cd968f",
    "labels": [
        "Heavenly Recordings"
    ],
    "label_ids": [
        "696ee2f4-c486-4e7a-80f4-cfd85193677a"
    ],
    "release_date": "2002-04-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was the second single from Doves' extraordinary studio album, \"The Last Broadcast.\"\n\nMaybe you would like to see a live version: https://www.youtube.com/watch?v=Z8A_fdmT7sI\n\nhttps://dovesofficial.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}