Information about plays

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

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

{
    "id": 3622846,
    "uri": "https://api.kexp.org/v2/plays/3622846/?format=api",
    "airdate": "2026-02-27T03:40:05-08:00",
    "show": 66040,
    "show_uri": "https://api.kexp.org/v2/shows/66040/?format=api",
    "image_uri": "https://coverartarchive.org/release/f5c0ebae-daa5-49d5-981c-ac94d668e241/7890047155-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f5c0ebae-daa5-49d5-981c-ac94d668e241/7890047155-250.jpg",
    "song": "Flite",
    "track_id": null,
    "recording_id": "e8db4e5c-0637-4b5f-841b-9a9449c85997",
    "artist": "The Cinematic Orchestra",
    "artist_ids": [
        "7c158ea8-c0aa-410e-bdc1-20bba9759577"
    ],
    "album": "Every Day",
    "release_id": null,
    "release_group_id": "ed9770a6-8946-3e04-8dc3-aba641a64ed7",
    "labels": [
        "Beat Records"
    ],
    "label_ids": [
        "ea424c04-1edd-4ce4-8b3b-8181571ccaa3"
    ],
    "release_date": "2002-04-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "[air break]",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}