Information about plays

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

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

{
    "id": 3620221,
    "uri": "https://api.kexp.org/v2/plays/3620221/?format=api",
    "airdate": "2026-02-21T06:47:50-08:00",
    "show": 65990,
    "show_uri": "https://api.kexp.org/v2/shows/65990/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Beyond",
    "track_id": "c30474ab-5ba9-4b1b-8672-8169b04ee765",
    "recording_id": "bc1ae9e1-a55f-4d20-bfec-53d31e337d40",
    "artist": "Leon Bridges",
    "artist_ids": [
        "69d9dfd7-19b7-4a75-8a53-9f733fb5d774"
    ],
    "album": "Good Thing",
    "release_id": "f3286cfd-ab9e-4f60-8505-e5f284390238",
    "release_group_id": "6ee2c096-526b-4c39-a939-8a38dea54d58",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2018-05-04",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}