Information about plays

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

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

{
    "id": 3562063,
    "uri": "https://api.kexp.org/v2/plays/3562063/?format=api",
    "airdate": "2025-10-06T16:33:10-07:00",
    "show": 64765,
    "show_uri": "https://api.kexp.org/v2/shows/64765/?format=api",
    "image_uri": "https://coverartarchive.org/release/d7695765-5d64-485d-a170-07cb7881dc8f/22530898055-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d7695765-5d64-485d-a170-07cb7881dc8f/22530898055-250.jpg",
    "song": "Into the Woods",
    "track_id": null,
    "recording_id": "41c21a15-4f92-48b3-97d8-210bb88053ba",
    "artist": "My Morning Jacket",
    "artist_ids": [
        "ea5883b7-68ce-48b3-b115-61746ea53b8c"
    ],
    "album": "Z",
    "release_id": null,
    "release_group_id": "3e3d75c0-48a4-3def-8dc3-b417b2d6e5e7",
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2005-10-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#526 on the list of KEXP listener's favorite albums of all time. \n\nwww.kexp.org/donate",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}