Information about plays

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

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

{
    "id": 3598654,
    "uri": "https://api.kexp.org/v2/plays/3598654/?format=api",
    "airdate": "2026-01-01T02:19:16-08:00",
    "show": 65529,
    "show_uri": "https://api.kexp.org/v2/shows/65529/?format=api",
    "image_uri": "https://coverartarchive.org/release/77b4dc6d-ad4d-4bad-b07e-e10636120dfa/38460908793-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/77b4dc6d-ad4d-4bad-b07e-e10636120dfa/38460908793-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": "bfaf87a1-e79b-49ab-85ea-dde0dcc87427",
    "labels": [],
    "label_ids": [],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sister Nancy's \"Bam Bam\" was sampled in \"Bam\", JAY-Z feat. Damian \"Jr. Gong\" Marley. \n---\nSister 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"
}