Information about plays

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

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

{
    "id": 3640704,
    "uri": "https://api.kexp.org/v2/plays/3640704/?format=api",
    "airdate": "2026-04-11T10:58:23-07:00",
    "show": 66424,
    "show_uri": "https://api.kexp.org/v2/shows/66424/?format=api",
    "image_uri": "https://coverartarchive.org/release/c3a34cfd-e931-43ca-acbb-f0a820cd9340/5164390856-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c3a34cfd-e931-43ca-acbb-f0a820cd9340/5164390856-250.jpg",
    "song": "Sinsemilla",
    "track_id": null,
    "recording_id": "0ea0405f-0e6c-4e40-984d-a9f20cfaeea3",
    "artist": "Black Uhuru",
    "artist_ids": [
        "8ee00333-ec2c-439b-a619-ae160aca2a15"
    ],
    "album": "Sinsemilla",
    "release_id": null,
    "release_group_id": "e97fa205-6cde-35ea-9a3b-c92b4781e95e",
    "labels": [],
    "label_ids": [],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Off the third full-length from the Kingston-based group https://www.youtube.com/watch?v=8vCumnMX1HU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}