Information about plays

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

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

{
    "id": 3631683,
    "uri": "https://api.kexp.org/v2/plays/3631683/?format=api",
    "airdate": "2026-03-20T22:28:00-07:00",
    "show": 66236,
    "show_uri": "https://api.kexp.org/v2/shows/66236/?format=api",
    "image_uri": "https://coverartarchive.org/release/3e3c90cd-0c0c-4beb-8f7b-b95a076c89eb/14763601258-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3e3c90cd-0c0c-4beb-8f7b-b95a076c89eb/14763601258-250.jpg",
    "song": "Borderline (An Ode to Self Care)",
    "track_id": null,
    "recording_id": "ffdbec54-1b56-4d20-bdb7-488865f46837",
    "artist": "Solange feat. Q‐Tip",
    "artist_ids": [
        "410e7fd3-b865-4fa0-bb18-1b7fd53382ca",
        "b3c94036-6166-41d2-91a2-dc3a0b5fa188"
    ],
    "album": "A Seat at the Table",
    "release_id": null,
    "release_group_id": "331a7ba1-fae2-4881-b434-554f46c13746",
    "labels": [
        "Saint Records"
    ],
    "label_ids": [
        "b1b1a18a-888a-4d3d-b13b-1b3c5e845bfc"
    ],
    "release_date": "2016-09-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Produced by Q-Tip",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}