Information about plays

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

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

{
    "id": 3543994,
    "uri": "https://api.kexp.org/v2/plays/3543994/?format=api",
    "airdate": "2025-08-23T23:50:01-07:00",
    "show": 64371,
    "show_uri": "https://api.kexp.org/v2/shows/64371/?format=api",
    "image_uri": "https://coverartarchive.org/release/49f8dd01-3504-4f77-8ccb-21e663475c39/21718862470-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/49f8dd01-3504-4f77-8ccb-21e663475c39/21718862470-250.jpg",
    "song": "Tooth",
    "track_id": null,
    "recording_id": "3e76441b-9f3e-4a4d-b23c-afab65932084",
    "artist": "Sect Mark",
    "artist_ids": [
        "fd192585-2740-4bdb-ac29-e4f3395e840f"
    ],
    "album": "Worship",
    "release_id": null,
    "release_group_id": "35c180c8-16eb-459f-b98d-62632c9cec1d",
    "labels": [
        "Iron Lung Records"
    ],
    "label_ids": [
        "b967c5e5-9817-4bd5-9e14-bbb91f6d9fd6"
    ],
    "release_date": "2018-01-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}