Information about plays

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

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

{
    "id": 3639707,
    "uri": "https://api.kexp.org/v2/plays/3639707/?format=api",
    "airdate": "2026-04-09T03:10:27-07:00",
    "show": 66404,
    "show_uri": "https://api.kexp.org/v2/shows/66404/?format=api",
    "image_uri": "https://coverartarchive.org/release/028a24f8-bf25-46d0-8f45-bf5aca882736/41524576879-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/028a24f8-bf25-46d0-8f45-bf5aca882736/41524576879-250.jpg",
    "song": "Housequake",
    "track_id": null,
    "recording_id": "5cff113a-45b9-469f-96f6-321f31426856",
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "Sign “☮︎” the Times",
    "release_id": null,
    "release_group_id": "90718403-7634-3786-84bf-2053a7bd4f4c",
    "labels": [
        "Paisley Park"
    ],
    "label_ids": [
        "df9ba4e5-6933-4729-a210-19510b393cdf"
    ],
    "release_date": "1987-03-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Shut up already, damn!\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}