Information about plays

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

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

{
    "id": 3521484,
    "uri": "https://api.kexp.org/v2/plays/3521484/?format=api",
    "airdate": "2025-07-02T03:02:57-07:00",
    "show": 63896,
    "show_uri": "https://api.kexp.org/v2/shows/63896/?format=api",
    "image_uri": "https://ia800301.us.archive.org/25/items/mbid-07eb6852-7e34-4a51-a233-1899c5075cc4/mbid-07eb6852-7e34-4a51-a233-1899c5075cc4-9478255476_thumb500.jpg",
    "thumbnail_uri": "https://ia800301.us.archive.org/25/items/mbid-07eb6852-7e34-4a51-a233-1899c5075cc4/mbid-07eb6852-7e34-4a51-a233-1899c5075cc4-9478255476_thumb250.jpg",
    "song": "Far",
    "track_id": "0376fe89-eedc-4405-b71b-ad00e9c800a5",
    "recording_id": "8e3bbb31-6f1d-4f6e-b978-17e153bdfb4f",
    "artist": "The Soft Moon",
    "artist_ids": [
        "93eba14e-f85c-4d39-8412-5e4018c89d75"
    ],
    "album": "Deeper",
    "release_id": "07eb6852-7e34-4a51-a233-1899c5075cc4",
    "release_group_id": "0533cc60-d5f4-4e7b-bdd2-e2a6eefacc2a",
    "labels": [
        "Captured Tracks"
    ],
    "label_ids": [
        "59d8469d-97cd-48a6-804f-0c942252182e"
    ],
    "release_date": "2015-03-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Soft Moon was founded by Luis Vasquez as a solo project in 2009.  The Soft Moon's music covers a wide range of genres including krautrock, synthpunk, psychedelia, world music and darkwave. To listen to more check out the artist bandcamp here:https://thesoftmoon.bandcamp.com/ or the website here:http://www.thesoftmoon.com/ The Soft Moon performed live on KEXP back in 2015. You can watch their full set here: https://www.youtube.com/watch?v=zWbAbIybfCQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}