Information about plays

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

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

{
    "id": 3587736,
    "uri": "https://api.kexp.org/v2/plays/3587736/?format=api",
    "airdate": "2025-12-06T20:05:05-08:00",
    "show": 65308,
    "show_uri": "https://api.kexp.org/v2/shows/65308/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love You More",
    "track_id": "d354a288-1fea-3c14-a734-6e9ba012e64d",
    "recording_id": "c56cea93-1be8-4841-8492-d6fad83d4141",
    "artist": "Heather Duby & Elemental",
    "artist_ids": [
        "9c58af81-589b-4ad7-902a-b149bdfaa33b"
    ],
    "album": "Symbient",
    "release_id": "c9f3f2b3-5457-4e73-be63-8893b56e5595",
    "release_group_id": "2d72c182-876f-3e86-80f6-86ca905d450f",
    "labels": [],
    "label_ids": [],
    "release_date": "2001-09-21",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Out of Portland, Oregon!\n\nhttps://www.subpop.com/releases/heather_duby/heather_duby_and_elemental",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}