Information about plays

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

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

{
    "id": 3608918,
    "uri": "https://api.kexp.org/v2/plays/3608918/?format=api",
    "airdate": "2026-01-25T10:06:01-08:00",
    "show": 65751,
    "show_uri": "https://api.kexp.org/v2/shows/65751/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Loopers",
    "track_id": null,
    "recording_id": "06311881-d6b8-42ee-b8a5-d57febb3e9af",
    "artist": "Ramsay Midwood",
    "artist_ids": [
        "bac1a83f-1d35-49f8-8ecb-b9febca268bd"
    ],
    "album": "Larry Buys A Lighter",
    "release_id": null,
    "release_group_id": "8601a3ab-813e-4357-9d75-cddad69a117d",
    "labels": [
        "Farmwire"
    ],
    "label_ids": [],
    "release_date": "2011-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This Austin-based musician owns Sam’s Town Point and Vandy’s spinning there with Rattlesnake Milk performing on 2/7.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}