Information about plays

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

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

{
    "id": 3631728,
    "uri": "https://api.kexp.org/v2/plays/3631728/?format=api",
    "airdate": "2026-03-21T00:41:35-07:00",
    "show": 66236,
    "show_uri": "https://api.kexp.org/v2/shows/66236/?format=api",
    "image_uri": "https://coverartarchive.org/release/31807d90-5a45-443d-872e-f87ada9b81ab/19396867538-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/31807d90-5a45-443d-872e-f87ada9b81ab/19396867538-250.jpg",
    "song": "Breathe and Stop (call out research hook)",
    "track_id": null,
    "recording_id": "c5b41222-d0eb-4cec-95a0-3e1d15fa91f2",
    "artist": "Q‐Tip",
    "artist_ids": [
        "b3c94036-6166-41d2-91a2-dc3a0b5fa188"
    ],
    "album": "Breathe and Stop",
    "release_id": null,
    "release_group_id": "5427ed9a-bfed-39b3-b922-aa5b08e5db49",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A song by Q-Tip",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}