Information about plays

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

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

{
    "id": 3604819,
    "uri": "https://api.kexp.org/v2/plays/3604819/?format=api",
    "airdate": "2026-01-15T21:15:17-08:00",
    "show": 65660,
    "show_uri": "https://api.kexp.org/v2/shows/65660/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "ALA&MOANA",
    "track_id": null,
    "recording_id": null,
    "artist": "TOWA TEI",
    "artist_ids": [
        "440cb8ef-cee3-4711-8408-b1bd6e93f390"
    ],
    "album": "ALA&MOANA",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2026-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Towa Tei is a Japanese artist, record producer, and DJ.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}