Information about plays

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

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

{
    "id": 3542371,
    "uri": "https://api.kexp.org/v2/plays/3542371/?format=api",
    "airdate": "2025-08-20T06:06:16-07:00",
    "show": 64337,
    "show_uri": "https://api.kexp.org/v2/shows/64337/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Come Find Me",
    "track_id": "04e7d253-bb48-4ed1-8a06-11c969f7c928",
    "recording_id": "589e0fdf-98d7-430a-8a02-ae497788ea6e",
    "artist": "Warren Dunes",
    "artist_ids": [
        "b1cd7f1a-96a9-4990-a991-34b44088a756"
    ],
    "album": "Welcome to Warren Dunes",
    "release_id": "ea5d4798-a534-4743-8025-158f911f4be9",
    "release_group_id": "33cd4321-1ca5-4f80-ba7d-9cf8c8329cfe",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-04-19",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Eva Walker was the host when Warren Dunes came to the KEXP studio last year for a fabulous live performance  (that included this wedding walk-out song): https://www.youtube.com/watch?v=w4CMp1eAC4U",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}