Information about plays

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

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

{
    "id": 3572665,
    "uri": "https://api.kexp.org/v2/plays/3572665/?format=api",
    "airdate": "2025-11-01T16:47:48-07:00",
    "show": 64995,
    "show_uri": "https://api.kexp.org/v2/shows/64995/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mayo Con Yayo",
    "track_id": "31d2e694-15c1-4a8a-90e2-fa215a1e0042",
    "recording_id": "635e5edf-75e2-4dc9-9724-892a2a1f175a",
    "artist": "Polyrhythmics",
    "artist_ids": [
        "551946bc-e6db-4d69-b50a-4f3cfb29963f"
    ],
    "album": "Life from Below",
    "release_id": "b224e2f3-594e-46d3-a0fe-26c9f2a0c2b2",
    "release_group_id": "80383af3-63e7-412d-b5fb-108384d03665",
    "labels": [
        "Polyrhythmics"
    ],
    "label_ids": [
        "f4c83be3-e468-4d7d-9dda-12f060365336"
    ],
    "release_date": "2025-09-12",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "New from Polyrhythmics, who have a new album and are also on tour!\nYou can catch them locally:\n11/19 at Nectar Lounge in Seattle\n11/20 at the Knitting Factory in Spokane\n11/21 at McMenamin's Spanish Ballroom in Tacoma\nhttps://www.polyrhythmics.com/tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}