Information about plays

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

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

{
    "id": 3551435,
    "uri": "https://api.kexp.org/v2/plays/3551435/?format=api",
    "airdate": "2025-09-10T21:51:35-07:00",
    "show": 64528,
    "show_uri": "https://api.kexp.org/v2/shows/64528/?format=api",
    "image_uri": "https://coverartarchive.org/release/9ccb07e6-8820-42c5-8436-46c375dba291/27367609153-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9ccb07e6-8820-42c5-8436-46c375dba291/27367609153-250.jpg",
    "song": "Dream Child",
    "track_id": null,
    "recording_id": "e9c3a4a3-7b9e-4794-a513-20d89f3a7b3c",
    "artist": "Omari Jazz",
    "artist_ids": [
        "d3651ca4-ee45-4621-b355-89411912272e"
    ],
    "album": "Dream Child",
    "release_id": null,
    "release_group_id": "73e3371a-e766-4a8c-83bf-ae0ffb4a9608",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2020-06-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}