Information about plays

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

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

{
    "id": 3574206,
    "uri": "https://api.kexp.org/v2/plays/3574206/?format=api",
    "airdate": "2025-11-05T06:17:29-08:00",
    "show": 65027,
    "show_uri": "https://api.kexp.org/v2/shows/65027/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nieve",
    "track_id": "d60a449f-1103-45d4-8ec2-042222259407",
    "recording_id": "1dad5c12-6211-4415-a152-15c0b81b3d9f",
    "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": "A cut from this truly underappreciated record from local legends Tres Leches! Watch their KEXP session from 2019: https://www.youtube.com/watch?v=1sikxtPPuxY https://tresleches.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}