Information about plays

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

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

{
    "id": 3625494,
    "uri": "https://api.kexp.org/v2/plays/3625494/?format=api",
    "airdate": "2026-03-05T04:56:54-08:00",
    "show": 66094,
    "show_uri": "https://api.kexp.org/v2/shows/66094/?format=api",
    "image_uri": "https://coverartarchive.org/release/1144cc08-b3b6-45bb-ae2f-c8ece356ce63/32246263840-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1144cc08-b3b6-45bb-ae2f-c8ece356ce63/32246263840-250.jpg",
    "song": "Bam Bam",
    "track_id": null,
    "recording_id": "6941913b-f2c0-4638-a144-a19715df3517",
    "artist": "Sister Nancy",
    "artist_ids": [
        "73ee98fc-7e8c-465d-b42c-8772ebc53de8"
    ],
    "album": "One, Two...",
    "release_id": null,
    "release_group_id": "ea2d6eee-d6a2-3297-8e68-506d91f0a56e",
    "labels": [
        "Techniques Records"
    ],
    "label_ids": [
        "c57d42fe-083f-4875-b72a-499037696e07"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sister Nancy's \"Bam Bam\" contains a sample of the vocals from 1966's \"Bam Bam\" by The Maytals and Byron Lee and the Dragonaires. \n---\nThis song has been sampled over 100 times, check out the list here:\nhttps://www.whosampled.com/Sister-Nancy/Bam-Bam/sampled/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}