Information about plays

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

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

{
    "id": 3629560,
    "uri": "https://api.kexp.org/v2/plays/3629560/?format=api",
    "airdate": "2026-03-16T02:32:28-07:00",
    "show": 66194,
    "show_uri": "https://api.kexp.org/v2/shows/66194/?format=api",
    "image_uri": "https://coverartarchive.org/release/cb378eb2-cce1-4b91-b09c-88059c210661/31161691579-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cb378eb2-cce1-4b91-b09c-88059c210661/31161691579-250.jpg",
    "song": "Taxman",
    "track_id": null,
    "recording_id": "c70f81ab-9035-4d45-9e27-12043f4b1b8e",
    "artist": "Soulive",
    "artist_ids": [
        "8b1bdf8a-69dc-4c73-b6f9-0ae6f9cdcd31"
    ],
    "album": "Rubber Soulive",
    "release_id": null,
    "release_group_id": "bb180881-583a-40f9-8ff5-3173ff33ac4b",
    "labels": [
        "Zoom Records"
    ],
    "label_ids": [
        "d72dc5b7-69c6-40db-b776-b4a8dd4e0a78"
    ],
    "release_date": "2010-03-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tax season cometh soon",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}