Information about plays

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

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

{
    "id": 3613349,
    "uri": "https://api.kexp.org/v2/plays/3613349/?format=api",
    "airdate": "2026-02-05T02:19:41-08:00",
    "show": 65843,
    "show_uri": "https://api.kexp.org/v2/shows/65843/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pork Pie Stride",
    "track_id": null,
    "recording_id": "96733166-96da-450a-9e04-7827168a99b0",
    "artist": "Sharpshooters",
    "artist_ids": [
        "b1c93be4-fb6e-4985-b77d-d2cdc350d1e5"
    ],
    "album": "Home Cookin'",
    "release_id": null,
    "release_group_id": "73ac0f49-65ce-36b9-b604-c31f4eb09046",
    "labels": [
        "Ubiquity"
    ],
    "label_ids": [
        "20fbac96-c7ee-48b5-9177-e7b6d42e108f"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "A project of KEXP's very own Supreme La Rock",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}