Information about plays

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

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

{
    "id": 3597692,
    "uri": "https://api.kexp.org/v2/plays/3597692/?format=api",
    "airdate": "2025-12-29T18:33:21-08:00",
    "show": 65509,
    "show_uri": "https://api.kexp.org/v2/shows/65509/?format=api",
    "image_uri": "https://coverartarchive.org/release/59c895df-d292-4e1a-be42-58f697276ea8/18747877460-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/59c895df-d292-4e1a-be42-58f697276ea8/18747877460-250.jpg",
    "song": "River Man",
    "track_id": null,
    "recording_id": "66d58966-eba7-466f-8503-5576a893db4b",
    "artist": "Jason Parker Quartet",
    "artist_ids": [
        "89b34b50-c8ce-43dc-9482-4cc4c89b4a4b"
    ],
    "album": "Five Leaves Left: A Tribute to Nick Drake",
    "release_id": null,
    "release_group_id": "c430e89a-bfc5-4465-bdd5-a4810f5e20c2",
    "labels": [],
    "label_ids": [],
    "release_date": "2011-03-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Feat. Michele Khazak on vocals.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}