Information about plays

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

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

{
    "id": 3622750,
    "uri": "https://api.kexp.org/v2/plays/3622750/?format=api",
    "airdate": "2026-02-26T22:14:04-08:00",
    "show": 66039,
    "show_uri": "https://api.kexp.org/v2/shows/66039/?format=api",
    "image_uri": "https://coverartarchive.org/release/df0dcc71-46c1-40f7-95b0-12cf2252ee7f/41247290993-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/df0dcc71-46c1-40f7-95b0-12cf2252ee7f/41247290993-250.jpg",
    "song": "Overqualified",
    "track_id": null,
    "recording_id": "da61cc34-014b-45cc-82cc-955033c871f3",
    "artist": "Durand Bernarr",
    "artist_ids": [
        "dc346e8d-b930-4878-b0f7-7e50e197388f"
    ],
    "album": "BLOOM",
    "release_id": null,
    "release_group_id": "6024148e-3ada-469a-9f52-b272fb223f46",
    "labels": [
        "Create Music Group Inc."
    ],
    "label_ids": [
        "f127c018-1603-48d8-9bf6-c73a11df86bd"
    ],
    "release_date": "2025-02-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}