Information about plays

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

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

{
    "id": 3629082,
    "uri": "https://api.kexp.org/v2/plays/3629082/?format=api",
    "airdate": "2026-03-15T02:27:34-07:00",
    "show": 66185,
    "show_uri": "https://api.kexp.org/v2/shows/66185/?format=api",
    "image_uri": "https://coverartarchive.org/release/5156ea9f-eb54-4258-bbf0-e3af9219de1f/31715408459-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5156ea9f-eb54-4258-bbf0-e3af9219de1f/31715408459-250.jpg",
    "song": "Speed King",
    "track_id": null,
    "recording_id": "a36a6300-3a97-4db8-ab5a-8518f0800004",
    "artist": "Deep Purple",
    "artist_ids": [
        "79491354-3d83-40e3-9d8e-7592d58d790a"
    ],
    "album": "Deep Purple in Rock",
    "release_id": null,
    "release_group_id": "ebdb53c3-fbae-34b1-81cb-f825c9a56822",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1970-06-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1st Purple album w/ Gillan",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}