Information about plays

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

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

{
    "id": 3605315,
    "uri": "https://api.kexp.org/v2/plays/3605315/?format=api",
    "airdate": "2026-01-17T02:19:18-08:00",
    "show": 65670,
    "show_uri": "https://api.kexp.org/v2/shows/65670/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Come to Me (vocal version)",
    "track_id": null,
    "recording_id": "e51aaca6-8eb9-4924-b922-f57de9a2eeed",
    "artist": "BPM AM",
    "artist_ids": [
        "587892a6-12a8-46fa-adcc-8552dced04e6"
    ],
    "album": "Come To Me",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Logic Records"
    ],
    "label_ids": [
        "cc9e945d-b115-45fc-ac76-cf9c377ff96b"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.discogs.com/release/738121-BPM-AM-Come-To-Me",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}