Information about plays

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

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

{
    "id": 3542177,
    "uri": "https://api.kexp.org/v2/plays/3542177/?format=api",
    "airdate": "2025-08-19T19:16:33-07:00",
    "show": 64334,
    "show_uri": "https://api.kexp.org/v2/shows/64334/?format=api",
    "image_uri": "https://ia600703.us.archive.org/8/items/mbid-13a816b9-cef6-4e21-b035-782a8910be7d/mbid-13a816b9-cef6-4e21-b035-782a8910be7d-6557919892_thumb500.jpg",
    "thumbnail_uri": "https://ia800703.us.archive.org/8/items/mbid-13a816b9-cef6-4e21-b035-782a8910be7d/mbid-13a816b9-cef6-4e21-b035-782a8910be7d-6557919892_thumb250.jpg",
    "song": "Jaan",
    "track_id": "de744b6a-3e8b-3e19-af36-6aeec7ca123a",
    "recording_id": "42659c21-1eda-422c-94ea-d00b5a0235bc",
    "artist": "Talvin Singh feat. Amar",
    "artist_ids": [
        "f622127b-8b55-46cc-bfa1-0077f85e5278",
        "4fafdd2b-4cd0-4cc7-a338-cd94cfceeea4"
    ],
    "album": "Anokha: Soundz of the Asian Underground",
    "release_id": "13a816b9-cef6-4e21-b035-782a8910be7d",
    "release_group_id": "62d2dc8d-2b15-36e6-a44a-ea23d07506d2",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1997-06-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Singh came to prominence when he played tabla and sang on \"Kiss Them for Me\" by Siouxsie and the Banshees. Originally aiding in the rise of a new genre, Asian Underground, in the ’90s, he continues to evolve.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}