Information about plays

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

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

{
    "id": 3641746,
    "uri": "https://api.kexp.org/v2/plays/3641746/?format=api",
    "airdate": "2026-04-14T00:05:26-07:00",
    "show": 66447,
    "show_uri": "https://api.kexp.org/v2/shows/66447/?format=api",
    "image_uri": "https://coverartarchive.org/release/ca40ad13-0915-46a0-bab8-3fbdebf3baab/44815167405-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ca40ad13-0915-46a0-bab8-3fbdebf3baab/44815167405-250.jpg",
    "song": "Exit Drill",
    "track_id": null,
    "recording_id": "1de69033-6046-4eb3-9cb9-c7a73f798164",
    "artist": "Body Shop",
    "artist_ids": [
        "9c7fdec1-3e46-4fff-8c60-85a1f6de49c7"
    ],
    "album": "Sex Body",
    "release_id": null,
    "release_group_id": "774dd9e8-43dc-42c5-909d-790b92d83c0f",
    "labels": [
        "Future Shock"
    ],
    "label_ids": [],
    "release_date": "2026-04-03",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chicago - https://bodyshop.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}