Information about plays

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

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

{
    "id": 3570581,
    "uri": "https://api.kexp.org/v2/plays/3570581/?format=api",
    "airdate": "2025-10-27T10:21:08-07:00",
    "show": 64949,
    "show_uri": "https://api.kexp.org/v2/shows/64949/?format=api",
    "image_uri": "https://ia801308.us.archive.org/10/items/mbid-e81e3ee2-b681-4657-b6ef-ccbdde746c44/mbid-e81e3ee2-b681-4657-b6ef-ccbdde746c44-12608358158_thumb500.jpg",
    "thumbnail_uri": "https://ia601308.us.archive.org/10/items/mbid-e81e3ee2-b681-4657-b6ef-ccbdde746c44/mbid-e81e3ee2-b681-4657-b6ef-ccbdde746c44-12608358158_thumb250.jpg",
    "song": "Little Brother (electric)",
    "track_id": "04250295-725f-3d6e-aac8-8e91c8d1932c",
    "recording_id": "7a2f4806-685f-46fc-b3b0-ff16c010941d",
    "artist": "Grizzly Bear",
    "artist_ids": [
        "59a7fbcb-ff74-494d-abd0-9c82359040c9"
    ],
    "album": "Friend",
    "release_id": "e81e3ee2-b681-4657-b6ef-ccbdde746c44",
    "release_group_id": "16dce0ff-32b1-3edc-8014-b4df44df4bec",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2007-11-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brooklyn band Grizzly Bear is on tour!\n\n- San Francisco on Tuesday, Nov. 18, at The Warfield\n\n- Oakland on Wednesday, Nov. 19, at Fox Theater\n\nStay tuned during the Midday Show today for your chance to win tickets to the SF show!\n\nhttps://www.grizzly-bear.net/tour-dates",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}