Information about plays

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

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

{
    "id": 3547849,
    "uri": "https://api.kexp.org/v2/plays/3547849/?format=api",
    "airdate": "2025-09-02T04:40:15-07:00",
    "show": 64451,
    "show_uri": "https://api.kexp.org/v2/shows/64451/?format=api",
    "image_uri": "https://coverartarchive.org/release/70ba338b-ae8e-4bc4-b215-dbab7e6dcd0f/6308348446-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/70ba338b-ae8e-4bc4-b215-dbab7e6dcd0f/6308348446-250.jpg",
    "song": "Amor Rocinha",
    "track_id": null,
    "recording_id": "ca0aa0f3-03c1-4112-bfe5-9900354411cb",
    "artist": "Sango",
    "artist_ids": [
        "150aacdf-a15f-46b8-8a99-25cde68e90de"
    ],
    "album": "Da Rocinha 2",
    "release_id": null,
    "release_group_id": "0ef51ea9-0dfb-488a-a9e6-694468af3f0a",
    "labels": [],
    "label_ids": [],
    "release_date": "2014-01-23",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "https://sango.bandcamp.com/album/da-rocinha-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}