Information about plays

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

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

{
    "id": 3628318,
    "uri": "https://api.kexp.org/v2/plays/3628318/?format=api",
    "airdate": "2026-03-13T05:27:04-07:00",
    "show": 66167,
    "show_uri": "https://api.kexp.org/v2/shows/66167/?format=api",
    "image_uri": "https://coverartarchive.org/release/ce74eeee-8e30-34db-addd-5ea135500e2e/5835206005-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ce74eeee-8e30-34db-addd-5ea135500e2e/5835206005-250.jpg",
    "song": "Maps",
    "track_id": null,
    "recording_id": "5cd3f2aa-f2c6-4f83-beb9-61156a03eae7",
    "artist": "Yeah Yeah Yeahs",
    "artist_ids": [
        "584c04d2-4acc-491b-8a0a-e63133f4bfc4"
    ],
    "album": "Fever to Tell",
    "release_id": null,
    "release_group_id": "e8e2d824-dd32-3b24-9c7c-24619fbe86a9",
    "labels": [],
    "label_ids": [],
    "release_date": "2003-04-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Don't forget to tip the DJ for the dope segues!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}