Information about plays

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

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

{
    "id": 3549292,
    "uri": "https://api.kexp.org/v2/plays/3549292/?format=api",
    "airdate": "2025-09-05T16:31:30-07:00",
    "show": 64483,
    "show_uri": "https://api.kexp.org/v2/shows/64483/?format=api",
    "image_uri": "https://dn721904.ca.archive.org/0/items/mbid-376d278e-9712-4ddb-bd8d-1f3ca7ef46e4/mbid-376d278e-9712-4ddb-bd8d-1f3ca7ef46e4-24049845688_thumb500.jpg",
    "thumbnail_uri": "https://ia800308.us.archive.org/5/items/mbid-376d278e-9712-4ddb-bd8d-1f3ca7ef46e4/mbid-376d278e-9712-4ddb-bd8d-1f3ca7ef46e4-24049845688_thumb250.jpg",
    "song": "Don’t Look at the Sun (or You’ll Go Blind)",
    "track_id": "87172362-aac4-4abe-9cd7-573ab00a6499",
    "recording_id": "2c594ace-03fa-4dc7-9810-44171dc304d4",
    "artist": "Pond",
    "artist_ids": [
        "69ac44f7-c80d-47b4-9bc8-fcc758d209e6"
    ],
    "album": "Sessions",
    "release_id": "376d278e-9712-4ddb-bd8d-1f3ca7ef46e4",
    "release_group_id": "5f3024f2-5efa-41b2-ae9a-6fabeea7391b",
    "labels": [
        "Marathon Artists"
    ],
    "label_ids": [
        "1233e5e0-9e19-4ee6-9cab-a8e17ddb4ff4"
    ],
    "release_date": "2019-11-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pond had a great live performance with us in 2017, you can see the full video on our youtube channel.\nhttps://www.youtube.com/watch?v=Ssh7wzRDJIo\n\nhttp://pond.band/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}