Information about plays

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

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

{
    "id": 3623906,
    "uri": "https://api.kexp.org/v2/plays/3623906/?format=api",
    "airdate": "2026-03-01T10:00:24-08:00",
    "show": 66062,
    "show_uri": "https://api.kexp.org/v2/shows/66062/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mother Big River",
    "track_id": null,
    "recording_id": "21036171-f9b3-4fed-842d-9318f23832c7",
    "artist": "Jessica Pratt",
    "artist_ids": [
        "1a331805-47cc-4f30-a123-94d820dbca31"
    ],
    "album": "Jessica Pratt",
    "release_id": null,
    "release_group_id": "169e3153-e958-4649-b0a8-df584afd890a",
    "labels": [
        "Birth Records"
    ],
    "label_ids": [
        "e2a0d21e-cb26-4099-af9e-d2bef263535a"
    ],
    "release_date": "2012-11-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the LA artist’s debut album recorded in 2007 on analogue tape.\nhttps://jessicapratt.bandcamp.com/album/jessica-pratt",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}