Information about plays

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

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

{
    "id": 3641049,
    "uri": "https://api.kexp.org/v2/plays/3641049/?format=api",
    "airdate": "2026-04-12T04:07:39-07:00",
    "show": 66431,
    "show_uri": "https://api.kexp.org/v2/shows/66431/?format=api",
    "image_uri": "https://coverartarchive.org/release/dd75d522-b7e8-4ffb-bb4b-277060e5c694/14138114279-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dd75d522-b7e8-4ffb-bb4b-277060e5c694/14138114279-250.jpg",
    "song": "Dum maro dum, Pt. 1",
    "track_id": null,
    "recording_id": "1c6a729b-64e1-4e29-87ec-0c0782d4d5aa",
    "artist": "Asha Bhosle",
    "artist_ids": [
        "79c5547a-e098-495c-8dac-7e99546aa46b"
    ],
    "album": "Haré Rama Haré Krishna",
    "release_id": null,
    "release_group_id": "c4a525e2-4efc-4a7f-893a-845aaeb78323",
    "labels": [
        "Saregama"
    ],
    "label_ids": [
        "f99754c3-818a-4ca3-bf63-f974f2048a7c"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Asha Bhosle, Bollywood singer and Indian Icon, passed away at 92 years old. https://www.bbc.com/news/articles/c6ppd0qdp1do",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}