Information about plays

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

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

{
    "id": 3575958,
    "uri": "https://api.kexp.org/v2/plays/3575958/?format=api",
    "airdate": "2025-11-09T09:47:39-08:00",
    "show": 65064,
    "show_uri": "https://api.kexp.org/v2/shows/65064/?format=api",
    "image_uri": "https://coverartarchive.org/release/51f88b20-201f-497f-b054-5333505d0cbd/38896968849-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/51f88b20-201f-497f-b054-5333505d0cbd/38896968849-250.jpg",
    "song": "Take Me Back To The Country",
    "track_id": null,
    "recording_id": "dedd679b-839f-4319-b9ee-fde0043b596e",
    "artist": "Keven Louis Lareau",
    "artist_ids": [
        "b32fabed-b50e-487b-9b32-d77bbd6eb5ef"
    ],
    "album": "Take Me Back To The Country",
    "release_id": null,
    "release_group_id": "33b97fbf-f7cd-4263-ace0-5c908192f51b",
    "labels": [
        "Cosmic Turtle"
    ],
    "label_ids": [],
    "release_date": "2023-04-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "LA artist’s second release. Over the years, he’s toured with Sylvie, Anna St. Luis, Cut Worms, John Andrews and the Yawns, and more.\nhttps://kevenlouislareau.bandcamp.com/track/take-me-back-to-the-country",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}