Information about plays

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

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

{
    "id": 3639317,
    "uri": "https://api.kexp.org/v2/plays/3639317/?format=api",
    "airdate": "2026-04-08T04:09:20-07:00",
    "show": 66396,
    "show_uri": "https://api.kexp.org/v2/shows/66396/?format=api",
    "image_uri": "https://coverartarchive.org/release/3807381c-24d0-41d0-b1db-39eb31eaadaa/2053200785-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3807381c-24d0-41d0-b1db-39eb31eaadaa/2053200785-250.jpg",
    "song": "Let’s Talk",
    "track_id": null,
    "recording_id": "411a9656-502a-44d4-a6ec-5d32ccd2467f",
    "artist": "DEVO",
    "artist_ids": [
        "d2db1078-c170-4e22-b261-14f3ad60a690"
    ],
    "album": "Pioneers Who Got Scalped: The Anthology",
    "release_id": null,
    "release_group_id": "297fde06-ef8a-3dc0-990a-7d708179075f",
    "labels": [
        "Warner Archives"
    ],
    "label_ids": [
        "d1e94dcb-3411-49f6-9d70-259a437e5f53"
    ],
    "release_date": "2000-05-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}