Information about plays

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

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

{
    "id": 3614627,
    "uri": "https://api.kexp.org/v2/plays/3614627/?format=api",
    "airdate": "2026-02-07T22:39:33-08:00",
    "show": 65874,
    "show_uri": "https://api.kexp.org/v2/shows/65874/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Poor and Weird",
    "track_id": "73726363-0a54-30ea-96e6-fa0223fecd7f",
    "recording_id": "b74431d7-29d1-40fe-996c-f7b7707e6ca7",
    "artist": "The Briefs",
    "artist_ids": [
        "491775f0-d167-4f86-9010-ad070c7617ad"
    ],
    "album": "Hit After Hit",
    "release_id": "1f10fcc5-890c-4bcf-8f69-fc77463ec8f4",
    "release_group_id": "f9293590-87c3-318c-b6d1-0a9d1bec86da",
    "labels": [
        "Dirtnap Records"
    ],
    "label_ids": [
        "b925bf7c-da1f-4761-bd5f-622f63960ec6"
    ],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "For Ron in Bremerton, WA\n\nWe will be giving away tickets on an upcoming show to The Briefs upcoming show at The Clock-Out in Seattle on March 7th.\n\nhttps://clockoutlounge.com/tm-event/clock-out-lounge-presents-the-briefs-w-the-drowns-the-coolers/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}