Information about plays

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

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

{
    "id": 3602186,
    "uri": "https://api.kexp.org/v2/plays/3602186/?format=api",
    "airdate": "2026-01-09T09:36:43-08:00",
    "show": 65602,
    "show_uri": "https://api.kexp.org/v2/shows/65602/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Can't Go Home Again (radio edit)",
    "track_id": "17e226f4-07c2-30f3-bb4a-dcca62f9cee2",
    "recording_id": "dfc8e6f4-3828-42de-b6db-5c598afd7acb",
    "artist": "DJ Shadow",
    "artist_ids": [
        "efa2c11a-1a35-4b60-bc1b-66d37de88511"
    ],
    "album": "You Can't Go Home Again",
    "release_id": "16d17ef5-6632-4320-a69a-c8505c957708",
    "release_group_id": "f199b3a7-ec7f-33ec-a707-3038bc0251ee",
    "labels": [],
    "label_ids": [],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song samples Simon & Garfunkel's 1970 song \"El Cóndor Pasa (If I Could).\"\n--\nWatch the video for \"You Can't Go Home Again\": https://www.youtube.com/watch?v=E7rZGZLbsLs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}