Information about plays

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

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

{
    "id": 3631681,
    "uri": "https://api.kexp.org/v2/plays/3631681/?format=api",
    "airdate": "2026-03-20T22:19:41-07:00",
    "show": 66236,
    "show_uri": "https://api.kexp.org/v2/shows/66236/?format=api",
    "image_uri": "https://coverartarchive.org/release/f00af81c-9249-49d0-b3f5-8b6725bd1900/28008351580-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f00af81c-9249-49d0-b3f5-8b6725bd1900/28008351580-250.jpg",
    "song": "The World Is Yours",
    "track_id": null,
    "recording_id": "3a8074d2-6782-4383-a8ed-23180cc939a0",
    "artist": "Nas",
    "artist_ids": [
        "cfbc0924-0035-4d6c-8197-f024653af823"
    ],
    "album": "Illmatic",
    "release_id": null,
    "release_group_id": "28298e2c-4d70-3eed-a0f5-a3280c662b3d",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1994-04-15",
    "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"
}