Information about plays

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

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

{
    "id": 3610193,
    "uri": "https://api.kexp.org/v2/plays/3610193/?format=api",
    "airdate": "2026-01-28T12:11:34-08:00",
    "show": 65777,
    "show_uri": "https://api.kexp.org/v2/shows/65777/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Watcher",
    "track_id": "8f25566e-8f8d-4c3b-b548-200d4e2590a4",
    "recording_id": "24067e54-fb74-496c-b530-784ec7e05a7e",
    "artist": "Ty Segall",
    "artist_ids": [
        "07a17571-81fc-4cf8-a634-98f0d926d313"
    ],
    "album": "Three Bells",
    "release_id": "b3dc834a-30f9-4f9a-a467-70804c7191bc",
    "release_group_id": "07977ce9-7229-47c2-a902-e4613e6def36",
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2024-01-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ty Segall has been to the KEXP studio many times! You can watch his LIVE in-studio sessions at our YouTube channel here: https://www.youtube.com/@kexp\n\nhttps://ty-segall.com/pages/home",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}