Information about plays

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

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

{
    "id": 3628263,
    "uri": "https://api.kexp.org/v2/plays/3628263/?format=api",
    "airdate": "2026-03-13T01:24:44-07:00",
    "show": 66166,
    "show_uri": "https://api.kexp.org/v2/shows/66166/?format=api",
    "image_uri": "https://coverartarchive.org/release/d77a20b7-e891-4766-b4ea-fd0c8849eee0/23837067627-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d77a20b7-e891-4766-b4ea-fd0c8849eee0/23837067627-250.jpg",
    "song": "Just Gang",
    "track_id": null,
    "recording_id": "2ad3cbd1-be03-40d9-9ad0-71e4ad557ace",
    "artist": "P‐Lo",
    "artist_ids": [
        "56ee910c-e11d-4ca3-93b3-b671d6610988"
    ],
    "album": "SHINE",
    "release_id": null,
    "release_group_id": "e18a2fc7-dcab-4fa2-bfb0-c01a947b35f2",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-08-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}