Information about plays

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

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

{
    "id": 3640134,
    "uri": "https://api.kexp.org/v2/plays/3640134/?format=api",
    "airdate": "2026-04-10T03:12:03-07:00",
    "show": 66412,
    "show_uri": "https://api.kexp.org/v2/shows/66412/?format=api",
    "image_uri": "https://coverartarchive.org/release/3e3c90cd-0c0c-4beb-8f7b-b95a076c89eb/14763601258-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3e3c90cd-0c0c-4beb-8f7b-b95a076c89eb/14763601258-250.jpg",
    "song": "Mad",
    "track_id": null,
    "recording_id": "1c442496-a7c4-430b-bf78-b53549e0666c",
    "artist": "Solange feat. Lil Wayne",
    "artist_ids": [
        "410e7fd3-b865-4fa0-bb18-1b7fd53382ca",
        "ac9a487a-d9d2-4f27-bb23-0f4686488345"
    ],
    "album": "A Seat at the Table",
    "release_id": null,
    "release_group_id": "331a7ba1-fae2-4881-b434-554f46c13746",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2016-09-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "3AM TIME MACHINE: 2016!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}