Information about plays

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

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

{
    "id": 3613694,
    "uri": "https://api.kexp.org/v2/plays/3613694/?format=api",
    "airdate": "2026-02-05T21:57:48-08:00",
    "show": 65849,
    "show_uri": "https://api.kexp.org/v2/shows/65849/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dum Maro Dum",
    "track_id": null,
    "recording_id": "29206926-5014-471c-af08-89fb10c64dd4",
    "artist": "Asha Bhosle",
    "artist_ids": [
        "79c5547a-e098-495c-8dac-7e99546aa46b"
    ],
    "album": "Hare Rama Hare Krishna",
    "release_id": null,
    "release_group_id": "c4a525e2-4efc-4a7f-893a-845aaeb78323",
    "labels": [
        "Odeon"
    ],
    "label_ids": [
        "40eff784-c102-4045-b32d-f74d1449756d"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Asha Bhosle is an Indian playback singer, entrepreneur, actress and television personality who predominantly works in Indian cinema. Known for her versatility, she has been described in the media as one of the greatest and most influential singers in Hindi cinema.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}