Information about plays

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

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

{
    "id": 3641146,
    "uri": "https://api.kexp.org/v2/plays/3641146/?format=api",
    "airdate": "2026-04-12T10:14:10-07:00",
    "show": 66433,
    "show_uri": "https://api.kexp.org/v2/shows/66433/?format=api",
    "image_uri": "https://coverartarchive.org/release/cef71f86-fa75-4adb-8d52-d8b57f03d695/5814079597-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cef71f86-fa75-4adb-8d52-d8b57f03d695/5814079597-250.jpg",
    "song": "Round the Bend",
    "track_id": null,
    "recording_id": "a5807574-96ec-49c2-9c98-ca97477fe0a3",
    "artist": "The Beta Band",
    "artist_ids": [
        "0d82f0cd-107a-403f-a726-ac7287cbea65"
    ],
    "album": "The Beta Band",
    "release_id": null,
    "release_group_id": "4e78704a-2ab1-3352-b7e0-3a3b355ca6b7",
    "labels": [
        "Regal"
    ],
    "label_ids": [
        "c3b2ae8c-1d88-4c5e-a683-1ffb720c12f2"
    ],
    "release_date": "1999-06-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Scottish band had a lot of hype built up before they released their debut album and they were disappointed with the final product, but it went on over time to be well considered.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}