Information about plays

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

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

{
    "id": 3550290,
    "uri": "https://api.kexp.org/v2/plays/3550290/?format=api",
    "airdate": "2025-09-08T04:20:03-07:00",
    "show": 64506,
    "show_uri": "https://api.kexp.org/v2/shows/64506/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Eastern Warpath",
    "track_id": null,
    "recording_id": null,
    "artist": "T H R O N E, n o r t h",
    "artist_ids": [
        "9ea0dc3b-cebc-4793-9f5a-339ab0abd6df",
        "273cb21c-24c8-4e5e-8a72-baea15dec3a2"
    ],
    "album": "BILE JAZZ: yehayatesi alsaami mentshn",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mvskoke\t\n\nT H R O N E are a hip hop rap duo made up of YVHIKV (pronounced Yeh-Hey-Guh) and Hayatheus.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}