Information about plays

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

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

{
    "id": 3607856,
    "uri": "https://api.kexp.org/v2/plays/3607856/?format=api",
    "airdate": "2026-01-23T01:06:37-08:00",
    "show": 65728,
    "show_uri": "https://api.kexp.org/v2/shows/65728/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "American Dreams",
    "track_id": "2ea36802-e851-4fee-a266-a4fd7af7b1cd",
    "recording_id": "b62c2850-6471-4762-8da4-3c164aecfa3d",
    "artist": "Otieno Terry",
    "artist_ids": [
        "d20150e4-64d9-480b-acf4-9abcdf7c3b5e"
    ],
    "album": "American Dreams",
    "release_id": "c9fe63c6-c3e9-4714-bc9b-e4dc4c7ee868",
    "release_group_id": "188f2a45-4227-4fd8-b311-59f83da230e1",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-11-23",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}