Information about plays

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

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

{
    "id": 3641347,
    "uri": "https://api.kexp.org/v2/plays/3641347/?format=api",
    "airdate": "2026-04-12T22:44:02-07:00",
    "show": 66437,
    "show_uri": "https://api.kexp.org/v2/shows/66437/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Everybody’s Watching",
    "track_id": null,
    "recording_id": "6235e49e-edaf-48f6-8453-e7ccef86c6a7",
    "artist": "Dave Aju",
    "artist_ids": [
        "6b92a116-cf7a-4fed-b022-e3c0b9b1f949"
    ],
    "album": "Off Weed Or Sane",
    "release_id": null,
    "release_group_id": "26a39e9e-4194-4b27-b79f-a2fd79b54f01",
    "labels": [
        "Accidental Jnr"
    ],
    "label_ids": [
        "ac467569-8d8a-4c04-9565-1be40784b1c3"
    ],
    "release_date": "2018-12-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}