Information about plays

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

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

{
    "id": 3601967,
    "uri": "https://api.kexp.org/v2/plays/3601967/?format=api",
    "airdate": "2026-01-08T21:15:24-08:00",
    "show": 65598,
    "show_uri": "https://api.kexp.org/v2/shows/65598/?format=api",
    "image_uri": "https://coverartarchive.org/release/5037974c-cd33-4744-bed7-7e41f2d2749c/14280083708-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5037974c-cd33-4744-bed7-7e41f2d2749c/14280083708-250.jpg",
    "song": "Shruggy Ji",
    "track_id": null,
    "recording_id": "d8b01b91-b827-4bfb-ae8e-3a66e133576d",
    "artist": "Red Baraat",
    "artist_ids": [
        "ce0f48ac-e0de-4ae5-a5d4-149173d731d5"
    ],
    "album": "Shruggy Ji",
    "release_id": null,
    "release_group_id": "43c2cacc-b989-4881-8210-839ce42ce678",
    "labels": [],
    "label_ids": [],
    "release_date": "2013-01-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Their official bio says \"Red Baraat is a pioneering band from Brooklyn, New York. Conceived by dhol player Sunny Jain, the group has drawn worldwide praise for its singular sound, a merging of hard driving North Indian bhangra with elements of hip-hop, jazz and raw punk energy. Created with no less a purposeful agenda than manifesting joy and unity in all people, Red Baraat’s spirit is worn brightly on its sweaty and hard-worked sleeve.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}