Information about plays

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

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

{
    "id": 3595766,
    "uri": "https://api.kexp.org/v2/plays/3595766/?format=api",
    "airdate": "2025-12-25T08:39:41-08:00",
    "show": 65471,
    "show_uri": "https://api.kexp.org/v2/shows/65471/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Birthday",
    "track_id": "86da9efe-6087-4f88-9eb2-7eb6c0d58c25",
    "recording_id": "326e7397-814a-4003-907d-adc913bff1d8",
    "artist": "The Jesus and Mary Chain",
    "artist_ids": [
        "e938a15c-b17e-4e7a-9f68-ff0d536cab44"
    ],
    "album": "Munki",
    "release_id": "3877c381-0971-4291-a189-e4fe961b4081",
    "release_group_id": "1a6da894-6ef0-3bea-8eb2-9fda55697367",
    "labels": [
        "Creation Records"
    ],
    "label_ids": [
        "73fc1220-d52c-478c-883c-124c1bf38b95"
    ],
    "release_date": "1998-06-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"And it's Christmas time again\nYeah it's Christmas time again\nAnd it's Christmas time again again and again\n\nIn my head\nIn my head\nAm I dead\nIn my head\"\n--\nThe 7\" single includes the track “Birthday” from the band’s (at the time) recently released LP Munki as well as a dreamy new b-side called “Hide Myself.” The tracks were each written by William and Jim Reid respectively – underscoring the divisions in both the album and the crumbling relationships within the band based off the Reid brothers’ conflicts.\n\n-Dusty Henry, KEXP",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}