Information about plays

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

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

{
    "id": 3614182,
    "uri": "https://api.kexp.org/v2/plays/3614182/?format=api",
    "airdate": "2026-02-07T01:19:33-08:00",
    "show": 65860,
    "show_uri": "https://api.kexp.org/v2/shows/65860/?format=api",
    "image_uri": "https://coverartarchive.org/release/590247aa-f329-40b9-8948-968c5416516f/23940900780-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/590247aa-f329-40b9-8948-968c5416516f/23940900780-250.jpg",
    "song": "Too Deep",
    "track_id": null,
    "recording_id": "b841ab8c-dd3a-450a-bb0d-43cb3ee5e470",
    "artist": "Kontravoid",
    "artist_ids": [
        "a90da468-5d4f-482d-9f90-c4d52b3ee33a"
    ],
    "album": "Too Deep",
    "release_id": null,
    "release_group_id": "683ddb08-fe3f-4c5c-8915-0f486d4b3238",
    "labels": [
        "Fleisch Records"
    ],
    "label_ids": [
        "c23a7338-0fc1-4478-9344-2b8762abdab5"
    ],
    "release_date": "2019-09-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}