Information about plays

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

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

{
    "id": 3588971,
    "uri": "https://api.kexp.org/v2/plays/3588971/?format=api",
    "airdate": "2025-12-09T15:38:04-08:00",
    "show": 65332,
    "show_uri": "https://api.kexp.org/v2/shows/65332/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fireworks",
    "track_id": "5e01f044-4ae5-46fb-aa66-39f83ff4f318",
    "recording_id": "747d35cf-4250-49cc-a0c6-a0b311098a36",
    "artist": "Tres Leches",
    "artist_ids": [
        "7da49df9-13ff-458a-97f3-1dfc6fad84b6"
    ],
    "album": "Fósil",
    "release_id": "d258759e-6ad5-4639-a63b-12817132139f",
    "release_group_id": "8fc78fe6-20f8-400f-b8ec-31d26696ea72",
    "labels": [
        "Devil in the Woods"
    ],
    "label_ids": [
        "be0abfe3-c5c9-4a88-bc26-c82416e2c7c6"
    ],
    "release_date": "2022-03-10",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Tres Leches performed live on KEXP back in 2019! Check out their full performance and interview with the lovely Eva Walker: https://www.youtube.com/watch?v=1sikxtPPuxY\n\nhttps://tresleches.bandcamp.com/\nhttps://www.facebook.com/treslechesband",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}