Information about plays

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

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

{
    "id": 3520662,
    "uri": "https://api.kexp.org/v2/plays/3520662/?format=api",
    "airdate": "2025-06-30T05:23:40-07:00",
    "show": 63881,
    "show_uri": "https://api.kexp.org/v2/shows/63881/?format=api",
    "image_uri": "https://ia601307.us.archive.org/14/items/mbid-9e19ffbe-4a60-46ec-be1d-ea0b3f8f0a1b/mbid-9e19ffbe-4a60-46ec-be1d-ea0b3f8f0a1b-12777364063_thumb500.jpg",
    "thumbnail_uri": "https://ia601307.us.archive.org/14/items/mbid-9e19ffbe-4a60-46ec-be1d-ea0b3f8f0a1b/mbid-9e19ffbe-4a60-46ec-be1d-ea0b3f8f0a1b-12777364063_thumb250.jpg",
    "song": "And Loraine",
    "track_id": "99e5128d-7c49-4a6b-873e-93ecb1ef5f71",
    "recording_id": "4adc4e1e-d3ea-4b04-a35e-fa03d28757f7",
    "artist": "Damien Jurado",
    "artist_ids": [
        "f4805b9d-68f8-438e-8f13-ec7bcb4c8581"
    ],
    "album": "Visions of Us on the Land",
    "release_id": "6d50d9d2-fc6a-44a0-98bc-5d27cfef0bf0",
    "release_group_id": "b5f824e8-eed3-45a0-812a-95312ca7a577",
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2016-03-18",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "From the Seattle-based artist's 2016 release.\n\n'Visions of Us On The Land' journeys further into the subconscious mind, a symbolic road trip spotlighting the people and towns that our central figure and his traveling companion, Silver Katherine, encounter upon leaving the commune. \n\nhttps://damienjurado.bandcamp.com/album/visions-of-us-on-the-land",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}