Information about plays

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

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

{
    "id": 3602185,
    "uri": "https://api.kexp.org/v2/plays/3602185/?format=api",
    "airdate": "2026-01-09T09:33:38-08:00",
    "show": 65602,
    "show_uri": "https://api.kexp.org/v2/shows/65602/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "El Cóndor Pasa (If I Could)",
    "track_id": "df96d338-d0a8-354a-b085-fd3478de3491",
    "recording_id": "2cb12f44-7e95-40db-8b7e-b34e97a3bc26",
    "artist": "Simon & Garfunkel",
    "artist_ids": [
        "5d02f264-e225-41ff-83f7-d9b1f0b1874a"
    ],
    "album": "Bridge Over Troubled Water",
    "release_id": "f9f55929-636e-3fc9-8334-036c36b40991",
    "release_group_id": "c39f7f80-d42f-3669-9653-230f8e922083",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2001-08-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“El Condor Pasa” was actually already a song by Peruvian composer Daniel Alomia Robles, but Simon & Garfunkel famously covered it and made it their own.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}